The IAccessAttributeValue interface is used to work with values of access attribute.
| Property name | Brief description | |
| TheBitCount property returns the number of security subjects, which can have permissions defined. | ||
| The ToInteger property returns the decimal number that corresponds to bit access mask. | ||
| The ToString property returns the string that corresponds to bit access mask. | ||
| The Value property determines an access permission value. The True value means that corresponding permissions exist, the False value means they do not. |
See also: