Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets or sets the default provider, min. 1 server has to be defined.
Namespace:
SharedCache.WinServiceCommon.Configuration.Client
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public string DefaultProvider { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DefaultProvider As String |
| Visual C++ |
|---|
public:
property String^ DefaultProvider {
String^ get ();
void set (String^ value);
} |
Field Value
The default provider.
Remarks
See Also