C-DEngine 5.105

TheServiceHostInfo..::..cdeHostingType Property

The cdeHostType of the node running the current instance of the C-DEngine

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

Syntax


public cdeHostType cdeHostingType { get; set; }
Public Property cdeHostingType As cdeHostType
	Get
	Set
public:
property cdeHostType^ cdeHostingType {
	cdeHostType^ get ();
	void set (cdeHostType^ value);
}