ActiveDirectorySchemaProperty.SchemaGuid Property

Definition

Gets or sets the schemaIDGuid for the ActiveDirectorySchemaProperty 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 that represents the schemaIDGuid for the ActiveDirectorySchemaProperty 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 the Schema-ID-GUID article.

Applies to

See also