Namespace: MonoSoftware.Core.Mail
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
int Port { get; set; }
Visual Basic
Property Port As Integer
	Get
	Set
Visual C++
property int Port {
	int get ();
	void set (int value);
}
F#
abstract Port : int with get, set

Property Value

Type: Int32

See Also