C-DEngine 5.105

TheServiceHostInfo..::..OSInfo Property

OS the node is running on

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

Syntax


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