WebPartZone.ID property
取得或設定指派給WebPartZone控制項的識別項。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides Property ID As String
Get
Set
'用途
Dim instance As WebPartZone
Dim value As String
value = instance.ID
instance.ID = value
public override string ID { get; set; }
Property value
Type: System.String
代表指派給WebPartZone控制項的識別碼識別項。