Contains pre-defined constants of DAAccessRight internal values.
UUID: 0671a4e1-ef9c-4819-a717-5807aa9a1f18
For more information, see DAAccessRights in .NET Reference.
UUID: 0671a4e1-ef9c-4819-a717-5807aa9a1f18
For more information, see DAAccessRights in .NET Reference.
Member | Value | Description |
---|---|---|
DAAccessRights_Both | 3 | The client can read and change the data item's value. |
DAAccessRights_None | 0 | The client cannot read or change the data item's value. |
DAAccessRights_Readable | 1 | The client can read the data item's value. |
DAAccessRights_Writable | 2 | The client can change the data item's value. |
For remarks, see DAAccessRights in .NET Reference.
For examples, see DAAccessRights in .NET Reference.