C-DEngine 5.105

TheSessionState..::..SiteVersion Property

Version of the current host site

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

Syntax


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