ClientValueObjectCollection<T>.ChildItemsName - Propriété
Réservé à une utilisation interne. Gets the name of the key/value pair in the serialized JavaScript Object Notation (JSON) string for the child items.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Protected Overridable ReadOnly Property ChildItemsName As String
Get
'Utilisation
Dim value As String
value = Me.ChildItemsName
protected virtual string ChildItemsName { get; }
Valeur de propriété
Type : System.String
Remarques
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.
Voir aussi
Référence
ClientValueObjectCollection<T> classe