DataCacheSessionStoreProvider.ApplicationName Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The name of the application, used to differentiate sessions in the cache cluster.
Namespace: Microsoft.Data.Caching
Assembly: ClientLibrary (in clientlibrary.dll)
Syntax
'Declaration
Public ReadOnly Property ApplicationName As String
'Usage
Dim instance As DataCacheSessionStoreProvider
Dim value As String
value = instance.ApplicationName
public string ApplicationName { get; }
public:
property String^ ApplicationName {
String^ get ();
}
/** @property */
public String get_ApplicationName ()
public function get ApplicationName () : String
Property Value
A string value that represents the name of the application that uses the distributed cache to store session state.
Remarks
For more information, see the documentation for the base class SessionStateStoreProviderBase.
See Also
Reference
DataCacheSessionStoreProvider Class
DataCacheSessionStoreProvider Members
Microsoft.Data.Caching Namespace