Share via


WebSecurity.Initialized Property

Gets a value that indicates whether the InitializeDatabaseConnection method has been called.

Namespace:  WebMatrix.WebData
Assembly:  WebMatrix.WebData (in WebMatrix.WebData.dll)

Syntax

'Declaration
Public Shared Property Initialized As Boolean 
    Get 
    Private Set
'Usage
Dim value As Boolean 

value = WebSecurity.Initialized
public static bool Initialized { get; private set; }
public:
static property bool Initialized {
    bool get ();
    private: void set (bool value);
}
static member Initialized : bool with get, private set
static function get Initialized () : boolean 
private static function set Initialized (value : boolean)

Property Value

Type: System.Boolean
true if the initialization method has been called; otherwise, false.

See Also

Reference

WebSecurity Class

WebMatrix.WebData Namespace