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) to which the permission applies.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property GroupName As String
Get
Set
'Usage
Dim instance As SPFileRightsManagementSettings
Dim value As String
value = instance.GroupName
instance.GroupName = value
public string GroupName { get; set; }
Property value
Type: System.String
See also
Reference
SPFileRightsManagementSettings class