Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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