Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the group name (email address) that the permission is also applicable to.
Namespace: Microsoft.SharePoint.Client
Assembly: 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; }
Property value
Type: System.String
The group name (email address).
See also
Reference
InformationRightsManagementSettings class