Opc.Ua.Core
ReadGuidArray Method (XmlDecoder)



Opc.Ua Namespace > XmlDecoder Class : ReadGuidArray Method
Reads a GUID array from the stream.
Syntax
'Declaration
 
Public Function ReadGuidArray( _
   ByVal fieldName As String _
) As UuidCollection
'Usage
 
Dim instance As XmlDecoder
Dim fieldName As String
Dim value As UuidCollection
 
value = instance.ReadGuidArray(fieldName)
public UuidCollection ReadGuidArray( 
   string fieldName
)
public:
UuidCollection^ ReadGuidArray( 
   String^ fieldName
) 

Parameters

fieldName
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

XmlDecoder Class
XmlDecoder Members