public int SchoolID { get; set; }
Public Property SchoolID As Integer Get Set
public: property int SchoolID { int get (); void set (int value); }
member SchoolID : int with get, set