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