Share via


SPResourceBudget.PreviouslyEnteredScope method

A scope that was entered before the current scope.

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

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

Return value

Type: System.Boolean
A Boolean value = true if the given scope was entered previously.

See also

Reference

SPResourceBudget class

SPResourceBudget members

Microsoft.SharePoint.Utilities namespace