SPNamedObjectRights.Name Property

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.

See Also

Reference

SPNamedObjectRights Class

SPNamedObjectRights Members

Microsoft.SharePoint.Administration.AccessControl Namespace