Documentation for a minimal subset of the QSM API
Subnet Property
Namespaces > QS.CMS.Framework2 > ClientConfiguration > Subnet
The subnet at which the network interface to use is located. The accepted formats include four octets separated by dots and with "x" representing the wildcard (e.g. 192.168.0.x, 172.23.x.x), and ip address and mask separated by a colon, (e.g. 192.168.0.0:255.255.255.0).
Syntax
C#Visual BasicManaged C++
public string Subnet { get; set; }
Public Property Subnet As String
public:
property String^ Subnet {
	String^ get ();
	void set (String^ value);
}

Assembly: QuickSilver_3 (Module: QuickSilver_3) Version: 1.0.2647.33823