ActiveDirectorySchemaClass.SchemaGuid 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 schemaIDGUID for the ActiveDirectorySchemaClass object.
public:
property Guid SchemaGuid { Guid get(); void set(Guid value); };
public Guid SchemaGuid { get; set; }
member this.SchemaGuid : Guid with get, set
Public Property SchemaGuid As Guid
Property Value
A Guid object that contains the schemaIDGUID for the ActiveDirectorySchemaClass object.
Exceptions
A call to the underlying directory service resulted in an error.
The target server is either busy or unavailable.
Remarks
The SchemaGuid is used in many Active Directory Domain Services configuration operations, such as managing extended rights.
For more information, see schemaIDGUID or Schema-ID-GUID.