InformationRightsManagementSettings.GroupName-Eigenschaft
Ruft oder legt den Gruppennamen (e-Mail-Adresse), dem die Berechtigung auch anwendbar ist.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property GroupName As String
Get
Set
'Usage
Dim instance As InformationRightsManagementSettings
Dim value As String
value = instance.GroupName
instance.GroupName = value
public string GroupName { get; set; }
Eigenschaftswert
Typ: System.String
Der Gruppenname (e-Mail-Adresse).
Siehe auch
Referenz
InformationRightsManagementSettings Klasse