ActiveDirectorySchemaClass Class
.NET Framework 4.5
The ActiveDirectorySchemaClass class represents a schema class definition that is contained in the schema partition.
Namespace: System.DirectoryServices.ActiveDirectory
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
The ActiveDirectorySchemaClass type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActiveDirectorySchemaClass | 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 | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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().) |
- DirectoryServicesPermission
Demand value: LinkDemand
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.



