JsonReader.ReadGuidArray method
Creates a Guid array object from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Function ReadGuidArray As Guid()
'Usage
Dim instance As JsonReader
Dim returnValue As Guid()
returnValue = instance.ReadGuidArray()
public Guid[] ReadGuidArray()
Return value
Type: []
Guid .
Remarks
The tokens within “[” and “]” must be a sequence of Guid tokens that are comma-separated, such as “[value1,value2,…]”.