Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the object should be displayed as shared with many people.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsSharedWithMany As Boolean
Get
Private Set
'Usage
Dim instance As SPObjectSharingInformation
Dim value As Boolean
value = instance.IsSharedWithMany
public bool IsSharedWithMany { get; private set; }
Property value
Type: System.Boolean
true if the object should be displayed as shared, otherwise false.
See also
Reference
SPObjectSharingInformation class