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