SPWebPartConnection.IsActive Property

Gets a value that indicates whether an SPWebPartConnection object is currently established and able to exchange data between its provider and consumer controls.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsActive As Boolean
    Get
'Usage
Dim instance As SPWebPartConnection
Dim value As Boolean

value = instance.IsActive
[BrowsableAttribute(false)]
public bool IsActive { get; }

Property Value

Type: System.Boolean

See Also

Reference

SPWebPartConnection Class

SPWebPartConnection Members

Microsoft.SharePoint.WebPartPages Namespace