SPUserResource.Scope property

Gets a value that indicates the scope of the user resource.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Scope As SPResourceScope
    Get
'Usage
Dim instance As SPUserResource
Dim value As SPResourceScope

value = instance.Scope
public SPResourceScope Scope { get; }

Property value

Type: Microsoft.SharePoint.SPResourceScope
An enumeration value that indicates the scope.

See also

Reference

SPUserResource class

SPUserResource members

Microsoft.SharePoint namespace