DataCacheSessionStoreProvider.ApplicationName Property

 

The application name. This is used to differentiate sessions in the data source by application.

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

Syntax

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

Property Value

Type: System.String

Returns String.

Remarks

For more information, see the documentation for the base class SessionStateStoreProviderBase.

See Also

DataCacheSessionStoreProvider Class
Microsoft.ApplicationServer.Caching Namespace

Return to top