C-DEngine 5.105

TheServiceHostInfo..::..CustomUA Property

The UserAgent used by the REST commands that can be overwritten for special Firewall policies.

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

Syntax


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