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

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

Syntax

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

Field Value

The description.

Remarks

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

See Also