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

Namespace:  SharedCache.WinService
Assembly:  SharedCache.WinService (in SharedCache.WinService.exe) Version: 3.0.5.1 (3.0.5.1)

Syntax

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

Field Value

The name.

Implements

IInit..::.Name

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinService.CacheExpire.Name"]

See Also