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 or sets whether the permission of the downloaded document is applicable to a group.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property EnableGroupProtection As Boolean
Get
Set
'Usage
Dim instance As InformationRightsManagementSettings
Dim value As Boolean
value = instance.EnableGroupProtection
instance.EnableGroupProtection = value
public bool EnableGroupProtection { get; set; }
Property value
Type: System.Boolean
true if the group protection is enabled, otherwise false.
Remarks
The default value for this property is false.
See also
Reference
InformationRightsManagementSettings class