WebPartGallerySourceBase.Id property
取得這個來源的 ID。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property Id As String
Get
'用途
Dim instance As WebPartGallerySourceBase
Dim value As String
value = instance.Id
public override string Id { get; }
Property value
Type: System.String
這個來源的識別碼。
請參閱
參照
WebPartGallerySourceBase class