ServiceConfiguration.IsInitialized Property
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As ServiceConfiguration Dim value As Boolean value = instance.IsInitialized instance.IsInitialized = value
Syntax
'Declaration
Public Overridable Property IsInitialized As Boolean
public virtual bool IsInitialized { get; protected set; }
public:
virtual property bool IsInitialized {
bool get ();
protected: void set (bool value);
}
/** @property */
public boolean get_IsInitialized ()
/** @property */
protected void set_IsInitialized (boolean value)
public function get IsInitialized () : boolean
protected function set IsInitialized (value : boolean)
Threadsicherheit
Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Plattformen
Entwicklungsplattformen
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Siehe auch
Referenz
ServiceConfiguration Class
ServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace