Build 1.01.318.0
Assembly: Opc.Ua.Configuration (in Opc.Ua.Configuration.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
The masks that can be use to filter a list of accounts.
Namespace: Opc.Ua.ConfigurationAssembly: Opc.Ua.Configuration (in Opc.Ua.Configuration.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
[FlagsAttribute] public enum AccountTypeMask |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration AccountTypeMask |
| Visual C++ |
|---|
[FlagsAttribute] public enum class AccountTypeMask |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Mask not specified. | |
| User | 1 | An interactive user account. | |
| Group | 10 | An NT user group. | |
| WellKnownGroup | 16 | Well-known groups. |