'Declaration
Public Enum AttributeId Inherits System.Enum
'Usage
Dim instance As AttributeId
public enum AttributeId : System.Enum
public enum class AttributeId : public System.Enum
'Declaration
Public Enum AttributeId Inherits System.Enum
'Usage
Dim instance As AttributeId
public enum AttributeId : System.Enum
public enum class AttributeId : public System.Enum
Member | Value | Description |
---|---|---|
AccessLevel | 17 | How a variable may be accessed. |
ArrayDimensions | 16 | The length for each dimension of an array value. |
BrowseName | 3 | A non-localized, human readable name for the node. |
ContainsNoLoops | 11 | Indicates that following forward references within a view will not cause a loop. |
DataType | 14 | The node id of the data type for the variable value. |
DataTypeDefinition | 23 | Provides the metadata and encoding information for custom DataTypes. |
Description | 5 | A localized description for the node. |
DisplayName | 4 | A localized, human readable name for the node. |
EventNotifier | 12 | Indicates that the node can be used to subscribe to events. |
Executable | 21 | Whether the method can be called. |
Historizing | 20 | Specifies whether the server is actively collecting historical data for the variable. |
InverseName | 10 | The browse name for an inverse reference. |
IsAbstract | 8 | Indicates that a type node may not be instantiated. |
MinimumSamplingInterval | 19 | Specifies (in milliseconds) how fast the server can reasonably sample the value for changes. |
NodeClass | 2 | The class of the node. |
NodeId | 1 | The canonical identifier for the node. |
None | 0 | No attribute. |
Permissions | 24 | The permissions available for the node. |
RolePermissions | 26 | The permissions granted to roles. |
Symmetric | 9 | Indicates that forward and inverse references have the same meaning. |
UserAccessLevel | 18 | How a variable may be accessed after taking the user's access rights into account. |
UserExecutable | 22 | Whether the method can be called by the current user. |
UserPermissions | 25 | The subset of permissions available for the current user. |
UserWriteMask | 7 | Indicates which attributes are writeable by the current user. |
Value | 13 | The value of a variable. |
ValueRank | 15 | The number of dimensions in the value. |
WriteMask | 6 | Indicates which attributes are writeable. |
System.Object
System.ValueType
System.Enum
OpcLabs.PicoOpc.UA.AttributeId
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2