Share via


QEStatusBarManager.IsInitialized Property

Gets a Boolean value that specifies whether it is safe to call other methods of this class. (It is always safe to call Initialize.)

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Public ReadOnly Property IsInitialized As Boolean 
    Get
'Usage
Dim instance As QEStatusBarManager 
Dim value As Boolean 

value = instance.IsInitialized
public bool IsInitialized { get; }
public:
property bool IsInitialized {
    bool get ();
}
member IsInitialized : bool
function get IsInitialized () : boolean

Property Value

Type: System.Boolean
A Boolean value, True if it is safe to call other methods, otherwise False.

See Also

Reference

QEStatusBarManager Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace