ActiveDirectorySchemaProperty.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 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.