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