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)
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