Opc.Ua.Core
PushStructure Method (IJsonEncoder)



Opc.Ua Namespace > IJsonEncoder Interface : PushStructure Method
The name of the structure field.
Push the begin of a structure on the encoder stack.
Syntax
'Declaration
 
Sub PushStructure( _
   ByVal fieldName As String _
) 
'Usage
 
Dim instance As IJsonEncoder
Dim fieldName As String
 
instance.PushStructure(fieldName)
void PushStructure( 
   string fieldName
)
void PushStructure( 
   String^ fieldName
) 

Parameters

fieldName
The name of the structure 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

IJsonEncoder Interface
IJsonEncoder Members