24 references to Name
System.DirectoryServices (24)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (4)
322
SetProperty(PropertyManager.SubClassOf, _subClassOf.
Name
);
418
return
Name
;
1412
if (Utils.Compare(SubClassOf!.
Name
,
Name
) != 0)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClassCollection.cs (16)
63
throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, value.
Name
));
83
throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaClass.
Name
));
158
throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaClass.
Name
));
164
if (Utils.Compare(tmp.
Name
, schemaClass.
Name
) == 0)
179
throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaClass.
Name
));
198
throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaClass.
Name
));
204
if (Utils.Compare(tmp.
Name
, schemaClass.
Name
) == 0)
224
throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaClass.
Name
));
230
if (Utils.Compare(tmp.
Name
, schemaClass.
Name
) == 0)
269
_classEntry.Properties[_propertyName].Add(((ActiveDirectorySchemaClass)value).
Name
);
290
string valueName = ((ActiveDirectorySchemaClass)value).
Name
;
333
throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, ((ActiveDirectorySchemaClass)value).
Name
));
341
values[i] = ((ActiveDirectorySchemaClass)InnerList[i]!).
Name
;
System\DirectoryServices\ActiveDirectory\ReadOnlyActiveDirectorySchemaClassCollection.cs (4)
33
if (Utils.Compare(tmp.
Name
, schemaClass.
Name
) == 0)
49
if (Utils.Compare(tmp.
Name
, schemaClass.
Name
) == 0)