SPInformationRightsManagementSettings.EnableGroupProtection-Eigenschaft
Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Berechtigung des heruntergeladenen Dokuments zu einer Gruppe anwendbar ist.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EnableGroupProtection As Boolean
Get
Set
'Usage
Dim instance As SPInformationRightsManagementSettings
Dim value As Boolean
value = instance.EnableGroupProtection
instance.EnableGroupProtection = value
public bool EnableGroupProtection { get; set; }
Eigenschaftswert
Typ: System.Boolean
true , wenn der Gruppe Schutz aktiviert ist, andernfalls false.
Hinweise
). Der Standardwert ist falsefalse.
Siehe auch
Referenz
SPInformationRightsManagementSettings Klasse