Id of an attribute in OPC UA address space.
UUID: 8ee73726-1f43-492a-89fd-01e0b5e9907e
For more information, see UAAttributeId in .NET Reference.
UUID: 8ee73726-1f43-492a-89fd-01e0b5e9907e
For more information, see UAAttributeId in .NET Reference.
Member | Value | Description |
---|---|---|
UAAttributeId_AccessLevel | 17 | How a variable may be accessed. |
UAAttributeId_AccessLevelEx | 27 | How a variable may be accessed. |
UAAttributeId_AccessRestrictions | 26 | The access restrictions assigned to the node. |
UAAttributeId_ArrayDimensions | 16 | The length for each dimension of an array value. |
UAAttributeId_BrowseName | 3 | A non-localized, human readable name for the node. |
UAAttributeId_ContainsNoLoops | 11 | Indicates that following forward references within a view will not cause a loop. |
UAAttributeId_DataType | 14 | The node id of the data type for the variable value. |
UAAttributeId_DataTypeDefinition | 23 | Provides the metadata and encoding information for custom DataTypes. |
UAAttributeId_Description | 5 | A localized description for the node. |
UAAttributeId_DisplayName | 4 | A localized, human readable name for the node. |
UAAttributeId_EventNotifier | 12 | Indicates that the node can be used to subscribe to events. |
UAAttributeId_Executable | 21 | Whether the method can be called. |
UAAttributeId_Historizing | 20 | Specifies whether the server is actively collecting historical data for the variable. |
UAAttributeId_InverseName | 10 | The browse name for an inverse reference. |
UAAttributeId_IsAbstract | 8 | Indicates that a type node may not be instantiated. |
UAAttributeId_MinimumSamplingInterval | 19 | Specifies (in milliseconds) how fast the server can reasonably sample the value for changes. |
UAAttributeId_NodeClass | 2 | The class of the node. |
UAAttributeId_NodeId | 1 | The canonical identifier for the node. |
UAAttributeId_None | 0 | No attribute. |
UAAttributeId_RolePermissions | 24 | The permissions for the node granted to roles. |
UAAttributeId_Symmetric | 9 | Indicates that forward and inverse references have the same meaning. |
UAAttributeId_UserAccessLevel | 18 | How a variable may be accessed after taking the user's access rights into account. |
UAAttributeId_UserExecutable | 22 | Whether the method can be called by the current user. |
UAAttributeId_UserRolePermissions | 25 | The subset of permissions available for the roles available to the current session. |
UAAttributeId_UserWriteMask | 7 | Indicates which attributes are writable by the current user. |
UAAttributeId_Value | 13 | The value of a variable. |
UAAttributeId_ValueRank | 15 | The number of dimensions in the value. |
UAAttributeId_WriteMask | 6 | Indicates which attributes are writable. |
For remarks, see UAAttributeId in .NET Reference.
For examples, see UAAttributeId in .NET Reference.