ListItemCreationInformation.LeafName 屬性
取得或設定值,指定新清單項目的名稱。如果清單項目的父系清單是文件庫,它必須是檔案的名稱。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property LeafName As String
Get
Set
'用途
Dim instance As ListItemCreationInformation
Dim value As String
value = instance.LeafName
instance.LeafName = value
public string LeafName { get; set; }
屬性值
類型:System.String
傳回代表新的清單項目名稱String.instance。
備註
其長度必須等於或小於 128。它不能包含下列字元 ︰ \x00-\x1FF、 \x22、 \x23、 \x25、 \x26、 \x2A、 \x3A、 \x3C、 x3E、 \x3F、 \x5C 和 \x7B-\x9F。
請參閱
參照
ListItemCreationInformation 類別