Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the client settings.

Namespace:  SharedCache.WinServiceCommon.Configuration.Client
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public ClientSettingElement ClientSetting { get; }
Visual Basic (Declaration)
Public ReadOnly Property ClientSetting As ClientSettingElement
Visual C++
public:
property ClientSettingElement^ ClientSetting {
	ClientSettingElement^ get ();
}

Field Value

The client settings.

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Configuration.Client.IndexusProviderSection.ClientSetting"]

See Also