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