Share via


SPNamedObjectRights.Rights property

Gets the 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 Rights As SPObjectRights
    Get
'Usage
Dim instance As SPNamedObjectRights
Dim value As SPObjectRights

value = instance.Rights
public virtual SPObjectRights Rights { get; }

Property value

Type: Microsoft.SharePoint.Administration.AccessControl.SPObjectRights
A SPObjectRights object of the rights.

See also

Reference

SPNamedObjectRights class

SPNamedObjectRights members

Microsoft.SharePoint.Administration.AccessControl namespace