.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.UaTypeDefinitionAttribute Class Reference

Used to indicate that a class is a UA type definition. More...

Inherits Attribute.

Properties

object NodeId [get, set]
 Gets or sets the node id without the namespace index. More...
 
string NamespaceUri [get, set]
 Gets or sets the namespace URI that qualifies the node id. More...
 

Detailed Description

Used to indicate that a class is a UA type definition.

Property Documentation

string UnifiedAutomation.UaBase.UaTypeDefinitionAttribute.NamespaceUri
getset

Gets or sets the namespace URI that qualifies the node id.

object UnifiedAutomation.UaBase.UaTypeDefinitionAttribute.NodeId
getset

Gets or sets the node id without the namespace index.

The string syntax for node ids should be used (e.g. i=1234 or s=HelloWorld).


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