Get the context execution of the service.

Namespace:  LeCouteauSuisse.API
Assembly:  LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public bool UnderConsole { get; }
Visual Basic (Declaration)
Public ReadOnly Property UnderConsole As Boolean
Visual C++
public:
property bool UnderConsole {
	bool get ();
}

Field Value

true : the service run under the console mode. false : the service run under the service manager.

See Also