[This is preliminary documentation and is subject to change.]
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public virtual bool ShutdownStarted { get; set; }
public virtual bool ShutdownStarted { get; set; }
Public Overridable Property ShutdownStarted As Boolean
Get
Set
Public Overridable Property ShutdownStarted As Boolean
Get
Set
public:
virtual property bool ShutdownStarted {
bool get ();
void set (bool value);
}
public:
virtual property bool ShutdownStarted {
bool get ();
void set (bool value);
}
abstract ShutdownStarted : bool with get, set
override ShutdownStarted : bool with get, set
abstract ShutdownStarted : bool with get, set
override ShutdownStarted : bool with get, set
Property Value
Type:
BooleanImplements
IApplication ShutdownStarted