SPField.Scope property

Gets the Web site-relative path to the list in which the field collection is used.

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

Syntax

'Declaration
Public ReadOnly Property Scope As String
    Get
'Usage
Dim instance As SPField
Dim value As String

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

Property value

Type: System.String
A string that contains the Web site-relative path to the parent list.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace