3 references to ActiveDirectorySchemaPropertyCollection
System.DirectoryServices (3)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (3)
660
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaPropertyCollection
MandatoryProperties { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
663
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaPropertyCollection
OptionalProperties { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
729
public void AddRange(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaPropertyCollection
properties) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }