InformationRightsManagementSettings.EnableGroupProtection - Propriété
Obtient ou définit si l'autorisation du document téléchargé s'applique à un groupe.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property EnableGroupProtection As Boolean
Get
Set
'Utilisation
Dim instance As InformationRightsManagementSettings
Dim value As Boolean
value = instance.EnableGroupProtection
instance.EnableGroupProtection = value
public bool EnableGroupProtection { get; set; }
Valeur de propriété
Type : System.Boolean
true si la protection de groupe est activée, sinon false.
Remarques
La valeur par défaut de cette propriété est false.
Voir aussi
Référence
InformationRightsManagementSettings classe