SPItemEventProperties.ListTitle property
取得發生該事件相關聯的清單的標題。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ListTitle As String
Get
'用途
Dim instance As SPItemEventProperties
Dim value As String
value = instance.ListTitle
public string ListTitle { get; }
Property value
Type: System.String
字串,包含相關聯的清單的標題。