C-DEngine 5.105

TheSessionState..::..TRGTSRV Property

first part of the site dns name (i.e. "test.c-labs.com" test is the TRGTSRV)

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

Syntax


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