OpcAttributeValue<T> Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Represents the immutable value of an attribute.

C#

public class OpcAttributeValue<T>


Inheritance Object › OpcAttributeValue<T>


Derived

Name Description
OpcAttributeValue`1(OpcAttribute, 0) Initializes a new instance of the OpcAttributeValue´1 class using the specified attribute and value.
Name Description
Attribute Gets the OpcAttribute member which identifies the type of attribute its value is represented.
Value Gets the value of the attribute represented.
Name Description
ToString Returns a string that represents the current OpcAttributeValue´1.