Gets and sets the version.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public ulong Version { get; set; }
Visual Basic
Public Property Version As ULong
	Get
	Set
Visual C++
public:
property unsigned long long Version {
	unsigned long long get ();
	void set (unsigned long long value);
}

See Also