SPInformationRightsManagementSettings.GroupName property
Gets or sets the group name (email address) that the permission is also applicable to.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property GroupName As String
Get
Set
'Usage
Dim instance As SPInformationRightsManagementSettings
Dim value As String
value = instance.GroupName
instance.GroupName = value
public string GroupName { get; set; }
Property value
Type: System.String
A string that contains the group name (email address).
See also
Reference
SPInformationRightsManagementSettings class