DataCache.Name Property

 

The name of the cache associated with the DataCache object.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Syntax

public string Name { get; }
public:
property String^ Name {
    String^ get();
}
member Name : string with get
Public ReadOnly Property Name As String

Property Value

Type: System.String

Returns String.

See Also

DataCache Class
Microsoft.ApplicationServer.Caching Namespace

Return to top