Opc.Ua.Core
EncodingToUse Property (IJsonEncoder)



Opc.Ua Namespace > IJsonEncoder Interface : EncodingToUse Property
The type of JSON encoding being used.
Syntax
'Declaration
 
ReadOnly Property EncodingToUse As JsonEncodingType
'Usage
 
Dim instance As IJsonEncoder
Dim value As JsonEncodingType
 
value = instance.EncodingToUse
JsonEncodingType EncodingToUse {get;}
property JsonEncodingType EncodingToUse {
   JsonEncodingType get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IJsonEncoder Interface
IJsonEncoder Members