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 the value that represents the display name of a set of user rights that can be applied to a secured object.
Namespace: Microsoft.SharePoint.Administration.AccessControl
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Name As String
Get
'Usage
Dim instance As SPNamedObjectRights
Dim value As String
value = instance.Name
public virtual string Name { get; }
Property Value
Type: System.String
A string that contains the display name of the rights.
Remarks
For example, "Modify" may be a name representing the combination of Read and Write user rights, and "Read" may be another name representing only the Read access right.