16 references to ActiveDirectorySchemaProperty
System.DirectoryServices (16)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (16)
645
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
FindDefunctProperty(string commonName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
646
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
FindProperty(string ldapDisplayName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
709
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
? Link { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
719
public static System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string ldapDisplayName) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
727
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
728
public int Add(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
schemaProperty) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
730
public void AddRange(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
[] properties) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
732
public bool Contains(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
schemaProperty) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
733
public void CopyTo(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
[] properties, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
734
public int IndexOf(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
schemaProperty) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
735
public void Insert(int index, System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
schemaProperty) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
741
public void Remove(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
schemaProperty) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1473
public System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
this[int index] { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1474
public bool Contains(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
schemaProperty) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1475
public void CopyTo(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
[] properties, int index) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1476
public int IndexOf(System.DirectoryServices.ActiveDirectory.
ActiveDirectorySchemaProperty
schemaProperty) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }