Compartilhar via


InformationRightsManagementSettings.EnableGroupProtection propriedade

Obtém ou define se a permissão do documento baixado é aplicável a um grupo.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)

Sintaxe

'Declaração
Public Property EnableGroupProtection As Boolean
    Get
    Set
'Uso
Dim instance As InformationRightsManagementSettings
Dim value As Boolean

value = instance.EnableGroupProtection

instance.EnableGroupProtection = value
public bool EnableGroupProtection { get; set; }

Valor de propriedade

Tipo: System.Boolean
true se a proteção de grupo estiver habilitada, caso contrário, false.

Comentários

O valor padrão para essa propriedade é false.

Ver também

Referência

InformationRightsManagementSettings classe

InformationRightsManagementSettings membros

Microsoft.SharePoint.Client namespace