'Declaration
<NotNullAttribute()> Public Shared Function FromUAQualifiedName( _ ByVal encodingName As UAQualifiedName _ ) As UAReadParameters
'Usage
Dim encodingName As UAQualifiedName Dim value As UAReadParameters value = UAReadParameters.FromUAQualifiedName(encodingName)
[NotNull()] public static UAReadParameters FromUAQualifiedName( UAQualifiedName encodingName )
[NotNull()] public: static UAReadParameters^ FromUAQualifiedName( 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.