Public Property UserID As Integer Get Set
public int UserID { get; set; }
public: property int UserID { int get (); void set (int value); }