ClientValueObjectCollection<T>.ChildItemsName property
Reserved for internal use. Gets the name of the key/value pair in the serialized JavaScript Object Notation (JSON) string for the child items.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property ChildItemsName As String
Get
'Usage
Dim value As String
value = Me.ChildItemsName
protected virtual string ChildItemsName { get; }
Property value
Type: System.String
Remarks
This property is used for serialization and deserialization. When its value is null or empty string, the default value "_ChildItems_" will be used in serialization and deserialization.
See also
Reference
ClientValueObjectCollection<T> class