Opc.Ua.Core
ReadField Method (JsonDecoder)



Opc.Ua Namespace > JsonDecoder Class : ReadField Method
The name of the field.
The returned object token of the field.
Read a decoded JSON field.
Syntax
'Declaration
 
Public Function ReadField( _
   ByVal fieldName As String, _
   ByRef token As Object _
) As Boolean
'Usage
 
Dim instance As JsonDecoder
Dim fieldName As String
Dim token As Object
Dim value As Boolean
 
value = instance.ReadField(fieldName, token)
public bool ReadField( 
   string fieldName,
   out object token
)
public:
bool ReadField( 
   String^ fieldName,
   [Out] Object^ token
) 

Parameters

fieldName
The name of the field.
token
The returned object token of the field.
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

JsonDecoder Class
JsonDecoder Members