'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Operator Narrowing CType( _ ByVal attributeDataResult As UAAttributeDataResult _ ) As ValueResult
'Usage
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public ValueResult operator explicit( UAAttributeDataResult attributeDataResult )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: ValueResult^ operator explicit( UAAttributeDataResult^ attributeDataResult )
Parameters
- attributeDataResult
- The OPC-UA attribute data result to be converted.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
The value result object that corresponds to the attribute data result.
null
if the attribute data result passed in was null
.
This method can return null
(Nothing
in Visual Basic).