C-DEngine 5.105

TheServiceHostInfo..::..HasInternetAccess Property

If set to true, the node has access to the public internet.

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

Syntax


public bool HasInternetAccess { get; set; }
Public Property HasInternetAccess As Boolean
	Get
	Set
public:
property bool^ HasInternetAccess {
	bool^ get ();
	void set (bool^ value);
}