OptionCollection

OptionCollection class

Class representing collection of options of the choice field.

The OptionCollection type exposes the following members:

Properties

NameDescription
is_synchronizedReturns true of object is synchronized.
sync_rootSynchronization object of the collection.

Indexer

NameDescription
[index]Gets option by index.

Methods

NameDescription
get(index)Gets option by index.
get(name)Gets option from colleciton by option name.

See Also