Opc.Ua.Core
JsonEncodingId Property



Opc.Ua Namespace > IJsonEncodeable Interface : JsonEncodingId Property
Returns the NodeId for the default JSON encoding for the type.
Syntax
'Declaration
 
ReadOnly Property JsonEncodingId As ExpandedNodeId
'Usage
 
Dim instance As IJsonEncodeable
Dim value As ExpandedNodeId
 
value = instance.JsonEncodingId
ExpandedNodeId JsonEncodingId {get;}
property ExpandedNodeId^ JsonEncodingId {
   ExpandedNodeId^ get();
}

Property Value

The NodeId for the JSON encoding.
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

IJsonEncodeable Interface
IJsonEncodeable Members