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

Namespace:  SharedCache.WinServiceCommon.Extenders
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
string Name { get; }
Visual Basic (Declaration)
ReadOnly Property Name As String
Visual C++
property String^ Name {
	String^ get ();
}

Field Value

The name.

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Extenders.IExpire.Name"]

See Also