OpcDataTypeDescriptionNodeInfo Members

Namespace: Opc.UaFx.Client
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcDataTypeDescriptionNodeInfo type exposes the following members.

Value

Gets the value of the data type description node represented.

C#

public string Value { get; }


Property Value

String

A String which represents the value of the data type description node.



Remarks

The time consumed by the first call of the property depends on the availability of the server, because of the Value attribute is requested on-demand and is cached for subsequent calls. This means, that further requests to this property will take use of already retrieved attribute information and will not demand additional network resources.