Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the version.

Namespace:  (Default Namespace)
Assembly:  SharedCache.Notify (in SharedCache.Notify.exe) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public string Version { get; }
Visual Basic (Declaration)
Public ReadOnly Property Version As String
Visual C++
public:
property String^ Version {
	String^ get ();
}

Field Value

The version.

Remarks

[Missing <remarks> documentation for "P:AssemblyInfo.Version"]

See Also