22 references to Name
System.DirectoryServices (22)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (1)
456
public override string ToString() =>
Name
;
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaPropertyCollection.cs (17)
64
throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, value.
Name
));
84
throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaProperty.
Name
));
161
throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaProperty.
Name
));
167
if (Utils.Compare(tmp.
Name
, schemaProperty.
Name
) == 0)
182
throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaProperty.
Name
));
201
throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaProperty.
Name
));
207
if (Utils.Compare(tmp.
Name
, schemaProperty.
Name
) == 0)
221
if (Utils.Compare(tmp.
Name
, propertyName) == 0)
241
throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaProperty.
Name
));
247
if (Utils.Compare(tmp.
Name
, schemaProperty.
Name
) == 0)
285
_classEntry.Properties[_propertyName].Add(((ActiveDirectorySchemaProperty)value).
Name
);
306
string valueName = ((ActiveDirectorySchemaProperty)value).
Name
;
348
throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, ((ActiveDirectorySchemaProperty)value).
Name
));
356
values[i] = ((ActiveDirectorySchemaProperty)InnerList[i]!).
Name
;
System\DirectoryServices\ActiveDirectory\ReadOnlyActiveDirectorySchemaPropertyCollection.cs (4)
32
if (Utils.Compare(tmp.
Name
, schemaProperty.
Name
) == 0)
48
if (Utils.Compare(tmp.
Name
, schemaProperty.
Name
) == 0)