Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Returns the setting value for the production environment.

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

Syntax

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

Field Value

The ip address.

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Configuration.Server.IndexusServerSetting.IpAddress"]

See Also