ConfigStoreEntry.Key Property

 

The key of the entry. Applies only to the server versions of AppFabric.

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

Syntax

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

Property Value

Type: System.String

A String object.

See Also

ConfigStoreEntry Class
Microsoft.ApplicationServer.Caching Namespace

Return to top