SPRecycleBinItem.Title property
取得項目的標題。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Title As String
Get
'用途
Dim instance As SPRecycleBinItem
Dim value As String
value = instance.Title
public string Title { get; }
Property value
Type: System.String
內含項目的標題的字串。