ActiveDirectorySchemaClass.SubClassOf Property

Definition

Gets or sets the schema class from which the current ActiveDirectorySchemaClass object is derived.

public:
 property System::DirectoryServices::ActiveDirectory::ActiveDirectorySchemaClass ^ SubClassOf { System::DirectoryServices::ActiveDirectory::ActiveDirectorySchemaClass ^ get(); void set(System::DirectoryServices::ActiveDirectory::ActiveDirectorySchemaClass ^ value); };
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass SubClassOf { get; set; }
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass? SubClassOf { get; set; }
member this.SubClassOf : System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass with get, set
Public Property SubClassOf As ActiveDirectorySchemaClass

Property Value

An ActiveDirectorySchemaClass object that contains the schema class from which the current schema class is derived. null if no schema class was specified during the creation of the current class.

Exceptions

A call to the underlying directory service resulted in an error.

The target server is either busy or unavailable.

Applies to

See also