ClientValueObjectCollection<T>.ChildItemsName 屬性
保留給內部使用。取得名稱的金鑰/值組序列的JavaScript Object Notation (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> 類別