SPWebPartConnection.IsEnabled 属性

获取或设置一个值,该值指示是否启用SPWebPartConnection 。

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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; }

属性值

类型:System.Boolean
true如果启用了SPWebPartConnection ;否则为false。默认值是true。

备注

此值必须是true要激活的连接。

另请参阅

引用

SPWebPartConnection 类

SPWebPartConnection 成员

Microsoft.SharePoint.WebPartPages 命名空间