SPResourceBudget.PreviouslyEnteredScope Method
A scope that was entered before the current scope.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Function PreviouslyEnteredScope ( _
scopeName As String _
) As Boolean
'Usage
Dim scopeName As String
Dim returnValue As Boolean
returnValue = Me.PreviouslyEnteredScope(scopeName)
protected virtual bool PreviouslyEnteredScope(
string scopeName
)
Parameters
scopeName
Type: System.StringName of the scope.
Return Value
Type: System.Boolean
A Boolean value = true if the given scope was entered previously.