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