SPElementDefinition.Id property
取得之元素定義的識別碼。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Id As String
Get
'用途
Dim instance As SPElementDefinition
Dim value As String
value = instance.Id
public string Id { get; }
Property value
Type: System.String
內含的元素定義識別碼的字串。