ActiveDirectorySchemaClass Class
The ActiveDirectorySchemaClass class represents a schema class definition that is contained in the schema partition.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Name | Description | |
|---|---|---|
![]() | ActiveDirectorySchemaClass(DirectoryContext^, String^) | Initializes a new instance of the ActiveDirectorySchemaClass object. |
| Name | Description | |
|---|---|---|
![]() | AuxiliaryClasses | Gets an ActiveDirectorySchemaClassCollection object that contains the auxiliary classes of the ActiveDirectorySchemaClass object. |
![]() | CommonName | Gets or sets the Common Name (CN) of the ActiveDirectorySchemaClass object. |
![]() | DefaultObjectSecurityDescriptor | Gets or sets the default ActiveDirectorySecurity descriptor of the ActiveDirectorySchemaClass object. |
![]() | Description | Gets or sets a description of the ActiveDirectorySchemaClass object. |
![]() | IsDefunct | Gets or sets a value indicating whether the ActiveDirectorySchemaClass object is defunct. |
![]() | MandatoryProperties | Gets an ActiveDirectorySchemaPropertyCollection object that contains the properties that the ActiveDirectorySchemaClass must contain. |
![]() | Name | Gets the ldapDisplayName of the ActiveDirectorySchemaClass object. For more information, see the topic LDAP-Display-Name in the MSDN Library at http://msdn.microsoft.com. |
![]() | Oid | Gets or sets the OID for the ActiveDirectorySchemaClass object. |
![]() | OptionalProperties | Gets an ActiveDirectorySchemaPropertyCollection object that contains the properties that the ActiveDirectorySchemaClass can contain. |
![]() | PossibleInferiors | Gets an ActiveDirectorySchemaClassCollection object that contains the ActiveDirectorySchemaClass objects that the ActiveDirectorySchemaClass class can contain. |
![]() | PossibleSuperiors | Gets an ActiveDirectorySchemaClassCollection object that contains the ActiveDirectorySchemaClass objects that can contain this class. |
![]() | SchemaGuid | Gets or sets the schemaIDGUID for the ActiveDirectorySchemaClass object. For more information, see the topic "schemaIDGUID" or "Schema-ID-GUID" in the MSDN Library at http://msdn.microsoft.com/library. |
![]() | SubClassOf | Gets or sets the schema class from which the current ActiveDirectorySchemaClass object is derived. |
![]() | Type | Gets or sets the SchemaClassType type for the ActiveDirectorySchemaClass object. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources that are used by the ActiveDirectorySchemaClass object. |
![]() | Dispose(Boolean) | Releases the unmanaged resources that are used by the ActiveDirectorySchemaClass object and, optionally, releases unmanaged resources. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() ![]() | FindByName(DirectoryContext^, String^) | Gets an ActiveDirectorySchemaClass object in the Active Directory Domain Services schema partition that matches a given directory context and name. |
![]() | GetAllProperties() | Gets a ReadOnlyActiveDirectorySchemaPropertyCollection collection that contains all properties, including ancestor properties, of the ActiveDirectorySchemaClass object. |
![]() | GetDirectoryEntry() | Gets the DirectoryEntry object for the ActiveDirectorySchemaClass object. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Save() | Commits all changes to the current ActiveDirectorySchemaClass object to the underlying directory store. |
![]() | ToString() | Gets the LDAP display name of the ActiveDirectorySchemaClass object.(Overrides Object::ToString().) |
Demand value: LinkDemand
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



