SPMonitoredScope.ParentScopeId property

The parent scope id for the current scope. If there is no parent, this will return -1

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

Syntax

'Declaration
Public Property ParentScopeId As Long
    Get
    Set
'Usage
Dim instance As SPMonitoredScope
Dim value As Long

value = instance.ParentScopeId

instance.ParentScopeId = value
public long ParentScopeId { get; set; }

Property value

Type: System.Int64

See also

Reference

SPMonitoredScope class

SPMonitoredScope members

Microsoft.SharePoint.Utilities namespace