OpcPropertyValue<T> Class

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

Represents the immutable value of a property.

C#

public class OpcPropertyValue<T> : OpcVariableValue<T>


Inheritance ObjectOpcAttributeValue<T> › OpcVariableValue<T> › OpcPropertyValue<T>

Name Description
OpcPropertyValue`1(0) Initializes a new instance of the OpcPropertyValue´1 class using the value specified.
OpcPropertyValue`1(0, DateTime) Initializes a new instance of the OpcPropertyValue´1 class using the value and timestamp specified.
OpcPropertyValue`1(0, DateTime, OpcStatus) Initializes a new instance of the OpcPropertyValue´1 class using the value, timestamp and status specified.
OpcPropertyValue`1(0, DateTime, OpcStatusCode) Initializes a new instance of the OpcPropertyValue´1 class using the value, timestamp and statusCode specified.