ActiveDirectorySchemaClass.SubClassOf Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.