'Declaration<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal encodingName As UAQualifiedName _ ) As UAReadParameters
'Usage
 
            [NotNull()] public UAReadParameters operator implicit( UAQualifiedName encodingName )
[NotNull()] public: operator UAReadParameters^ ( UAQualifiedName^ encodingName )
Parameters
- encodingName
 - Name of the encoding that the server should use when returning the Value attribute of a variable.
 
Return Value
Returns a UAReadParameters object converted from the input argument.