ActiveDirectorySchemaClass.SchemaGuid Property

Definition

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.

Applies to

See also