.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.NodeMetadata Class Reference

The metadata for a node. More...

Properties

NodeId NodeId [get, set]
 Gets or sets the node id. More...
 
NodeClass NodeClass [get, set]
 Gets or sets the node class. More...
 
QualifiedName BrowseName [get, set]
 Gets or sets the name of the browse. More...
 
LocalizedText DisplayName [get, set]
 Gets or sets the display name. More...
 
NodeId TypeDefinitionId [get, set]
 Gets or sets the type definition id. More...
 
NodeId DataTypeId [get, set]
 Gets or sets the data type id. More...
 
int ValueRank [get, set]
 Gets or sets the value rank. More...
 
IList< uint > ArrayDimensions [get, set]
 Gets or sets the array dimensions. More...
 

Detailed Description

The metadata for a node.

Property Documentation

IList<uint> UnifiedAutomation.UaServer.NodeMetadata.ArrayDimensions
getset

Gets or sets the array dimensions.

The array dimensions.

QualifiedName UnifiedAutomation.UaServer.NodeMetadata.BrowseName
getset

Gets or sets the name of the browse.

The name of the browse.

NodeId UnifiedAutomation.UaServer.NodeMetadata.DataTypeId
getset

Gets or sets the data type id.

The data type id.

LocalizedText UnifiedAutomation.UaServer.NodeMetadata.DisplayName
getset

Gets or sets the display name.

The display name.

NodeClass UnifiedAutomation.UaServer.NodeMetadata.NodeClass
getset

Gets or sets the node class.

The node class.

NodeId UnifiedAutomation.UaServer.NodeMetadata.NodeId
getset

Gets or sets the node id.

The node id.

NodeId UnifiedAutomation.UaServer.NodeMetadata.TypeDefinitionId
getset

Gets or sets the type definition id.

The type definition id.

int UnifiedAutomation.UaServer.NodeMetadata.ValueRank
getset

Gets or sets the value rank.

The value rank.


The documentation for this class was generated from the following file: