ClientValueObjectCollection<T>.ChildItemsName 属性
仅供内部使用。获取键/值对的名称序列化的JavaScript 对象表示法 (JSON)字符串中的子项目。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight.Runtime(位于 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中) Microsoft.SharePoint.Client.Phone.Runtime(位于 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)
语法
声明
Protected Overridable ReadOnly Property ChildItemsName As String
Get
用法
Dim value As String
value = Me.ChildItemsName
protected virtual string ChildItemsName { get; }
属性值
备注
此属性用于序列化和反序列化。当其值为空值或空字符串时,将在序列化和反序列化使用默认值"_ChildItems_"。
另请参阅
引用
ClientValueObjectCollection<T> 类