Opc.Ua.Core
PushArray Method (IJsonEncoder)



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

Parameters

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