Right
This class provides a base class for all rights.
Syntax
public interface IRight
Methods
The Right class provides the following methods:
Method | Description |
---|---|
Commit
|
Commits changes in the right to Active Directory. |
Delete
|
Deletes the right. |
Properties
The Right class provides the following properties:
Property | Description |
---|---|
Description
|
Gets or sets the description of the right. |
IsReadable
|
Indicates whether the right is readable. |
IsWritable
|
Indicates whether the right is writable. |
Name
|
Gets or sets the name of the right. |
Zone
|
Gets the zone this right belongs to. |