SPListEventProperties.FeatureId property
取得建立清單的 SharePoint 功能的唯一識別項。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property FeatureId As Guid
Get
'用途
Dim instance As SPListEventProperties
Dim value As Guid
value = instance.FeatureId
public Guid FeatureId { get; }
Property value
Type: System.Guid
Guid 值是一項功能的識別碼,如果清單事件會觸發啟動功能 ;否則 Guid 值是 Guid.Empty。