Returns the version of the cache implementation.
For the 1.0 release of GemFire, the string returned is 1.0.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public static string Version{ get;} |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly Property Version As String |
| Visual C++ |
|---|
public: static property String^ Version { String^ get (); } |
Return Value
the version of the cache implementation as a String
See Also
CacheFactory Class
GemStone.GemFire.Cache Namespace