SPInformationRightsManagementSettings.EnableGroupProtection property
Obtém ou define um valor que indica se a permissão do documento baixado é aplicável a um grupo.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property EnableGroupProtection As Boolean
Get
Set
'Uso
Dim instance As SPInformationRightsManagementSettings
Dim value As Boolean
value = instance.EnableGroupProtection
instance.EnableGroupProtection = value
public bool EnableGroupProtection { get; set; }
Property value
Type: System.Boolean
true se a proteção de grupo está ativada, caso contrário, false.
Comentários
O valor padrão é false.
Ver também
Referência
SPInformationRightsManagementSettings class