'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Shared Function ToValueResult( _ ByVal attributeDataResult As UAAttributeDataResult _ ) As ValueResult
'Usage
Dim attributeDataResult As UAAttributeDataResult Dim value As ValueResult value = UAAttributeDataResult.ToValueResult(attributeDataResult)
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public static ValueResult ToValueResult( UAAttributeDataResult attributeDataResult )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: static ValueResult^ ToValueResult( UAAttributeDataResult^ attributeDataResult )
Parameters
- attributeDataResult
- The OPC-UA attribute data result to be converted.
Return Value
The value result object that corresponds to the attribute data result. null if the attribute data result passed in was null.