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