SPWebPartConnection.IsShared Property
Gets a value that indicates whether an SPWebPartConnection object is visible to all users or only to the current user.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsShared As Boolean
Get
'Usage
Dim instance As SPWebPartConnection
Dim value As Boolean
value = instance.IsShared
[BrowsableAttribute(false)]
public bool IsShared { get; }
Property Value
Type: System.Boolean