Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets or sets the shared cache version number.
Namespace:
SharedCache.WinServiceCommon.Configuration.Server
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public string SharedCacheVersionNumber { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property SharedCacheVersionNumber As String |
| Visual C++ |
|---|
public:
property String^ SharedCacheVersionNumber {
String^ get ();
void set (String^ value);
} |
Field Value
The shared cache version number.
Remarks
See Also