'Declaration
<ExtensionAttribute()> <CanBeNullAttribute()> Public Overloads Shared Function GetValuePropertyValue( _ ByVal client As IEasyDAClient, _ ByVal serverDescriptor As ServerDescriptor, _ ByVal nodeDescriptor As DANodeDescriptor _ ) As Object
'Usage
Dim client As IEasyDAClient Dim serverDescriptor As ServerDescriptor Dim nodeDescriptor As DANodeDescriptor Dim value As Object value = IEasyDAClientExtension2.GetValuePropertyValue(client, serverDescriptor, nodeDescriptor)
[Extension()] [CanBeNull()] public static object GetValuePropertyValue( IEasyDAClient client, ServerDescriptor serverDescriptor, DANodeDescriptor nodeDescriptor )
[Extension()] [CanBeNull()] public: static Object^ GetValuePropertyValue( IEasyDAClient^ client, ServerDescriptor^ serverDescriptor, DANodeDescriptor^ nodeDescriptor )
Parameters
- client
- The client object that will perform the operation.
- serverDescriptor
- The OPC server involved in the operation.
- nodeDescriptor
- The descriptor of the OPC node involved in the operation.
Return Value
Returns a value of this OPC property for a specified OPC item, converted to a proper type.