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.Server
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public int Port { get; }
Visual Basic (Declaration)
Public ReadOnly Property Port As Integer
Visual C++
public:
property int Port {
	int get ();
}

Field Value

The port.

Remarks

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

See Also