C-DEngine 5.105

TheRequestData..::..NewLocation Property

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

Syntax


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