SPWebPartConnection.ID property
取得或設定連接的 ID。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ID As String
Get
Set
'用途
Dim instance As SPWebPartConnection
Dim value As String
value = instance.ID
instance.ID = value
public string ID { get; set; }
Property value
Type: System.String
連線識別碼。
備註
如果沒有定義識別碼,則會傳回空字串。