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