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