public static int Port { get; set; }
Public Shared Property Port As Integer Get Set
public: static property int Port { int get (); void set (int value); }
static member Port : int with get, set
In This Article