SPWebPartConnection.IsEnabled property
取得或設定值,這個值,指出是否啟用SPWebPartConnection 。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property IsEnabled As Boolean
Get
Set
'用途
Dim instance As SPWebPartConnection
Dim value As Boolean
value = instance.IsEnabled
instance.IsEnabled = value
public bool IsEnabled { get; set; }
Property value
Type: System.Boolean
true如果SPWebPartConnection已啟用 ;否則, false。預設值是true。
備註
這個值必須是true來啟動連線。