SPRequestManagementSettings.IsInitialized property
Gets a Boolean value that indicates if the request management settings object and the dependent objects are initialized and ready to process requests.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsInitialized As Boolean
Get
'Usage
Dim instance As SPRequestManagementSettings
Dim value As Boolean
value = instance.IsInitialized
public bool IsInitialized { get; }
Property value
Type: System.Boolean
See also
Reference
SPRequestManagementSettings class