'Declaration<ExtensionAttribute()> <CanBeNullAttribute()> Public Overloads Shared Function GetPropertyValue( _ ByVal client As IEasyDAClient, _ ByVal serverDescriptor As ServerDescriptor, _ ByVal nodeDescriptor As DANodeDescriptor, _ ByVal propertyDescriptor As DAPropertyDescriptor _ ) As Object
'UsageDim client As IEasyDAClient Dim serverDescriptor As ServerDescriptor Dim nodeDescriptor As DANodeDescriptor Dim propertyDescriptor As DAPropertyDescriptor Dim value As Object value = IEasyDAClientExtension.GetPropertyValue(client, serverDescriptor, nodeDescriptor, propertyDescriptor)
[Extension()] [CanBeNull()] public static object GetPropertyValue( IEasyDAClient client, ServerDescriptor serverDescriptor, DANodeDescriptor nodeDescriptor, DAPropertyDescriptor propertyDescriptor )
[Extension()] [CanBeNull()] public: static Object^ GetPropertyValue( IEasyDAClient^ client, ServerDescriptor^ serverDescriptor, DANodeDescriptor^ nodeDescriptor, DAPropertyDescriptor^ propertyDescriptor )
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.
 - propertyDescriptor
 - The descriptor of the OPC property involved in the operation.
 
Return Value
If successful, the function returns the actual value of the OPC property requested.