C-DEngine 5.105

TheServiceHostInfo..::..StatusColors Property

Sets Custom Status Colors for a Relay - Separate the values with ; 0=Idle 1=Active / ok 2=Warning 3=Error 4=Setup/RampUp 5=Design / Engineering / Configuration 6=Shutdown 7=Unknown/unreachable

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string StatusColors { get; set; }
Public Property StatusColors As String
	Get
	Set
public:
property String^ StatusColors {
	String^ get ();
	void set (String^ value);
}