'Declaration Public ReadOnly Property Options As IList(Of ChoiceOption)
'Usage Dim instance As ChoiceField Dim value As IList(Of ChoiceOption) value = instance.Options
public IList<ChoiceOption> Options {get;}
public: __property IList<ChoiceOption*>* get_Options();
public: property IList<ChoiceOption^>^ Options { IList<ChoiceOption^>^ get(); }