[This is preliminary documentation and is subject to change.]

InserverPort default 110

Namespace:  OfficeClip.BusinessLayer.Tracker
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public int InserverPort { get; set; }
Visual Basic (Declaration)
Public Property InserverPort As Integer
Visual C++
public:
property int InserverPort {
	int get ();
	void set (int value);
}

See Also