.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.UaInstanceDeclarationAttribute Class Reference

Used to indicate that a field is an instance declaration for a UA type definition. More...

Inherits Attribute.

Properties

string BrowseName [get, set]
 Gets or sets browse name of the instance. More...
 
string NamespaceUri [get, set]
 Gets or sets the namespace URI that qualifies the browse name. More...
 
uint AttributeId [get, set]
 Gets or sets the attribute id (default is the value attribute). More...
 
bool IsValue [get, set]
 Gets or sets a flag that indicates if the field is mapped to the value attribute of a variable node. More...
 
byte AccessLevel [get, set]
 Gets or sets the access level. More...
 

Detailed Description

Used to indicate that a field is an instance declaration for a UA type definition.

Property Documentation

byte UnifiedAutomation.UaBase.UaInstanceDeclarationAttribute.AccessLevel
getset

Gets or sets the access level.

uint UnifiedAutomation.UaBase.UaInstanceDeclarationAttribute.AttributeId
getset

Gets or sets the attribute id (default is the value attribute).

string UnifiedAutomation.UaBase.UaInstanceDeclarationAttribute.BrowseName
getset

Gets or sets browse name of the instance.

bool UnifiedAutomation.UaBase.UaInstanceDeclarationAttribute.IsValue
getset

Gets or sets a flag that indicates if the field is mapped to the value attribute of a variable node.

If TRUE, the field is mapped to the value attribute.

string UnifiedAutomation.UaBase.UaInstanceDeclarationAttribute.NamespaceUri
getset

Gets or sets the namespace URI that qualifies the browse name.


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