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

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 Port { get; }
Visual Basic (Declaration)
Public ReadOnly Property Port As String
Visual C++
public:
property String^ Port {
	String^ get ();
}

Field Value

The port.

Remarks

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

See Also