Gets an array of Option objects.
Namespace:
Autoaddress.Autoaddress2_0.Model.AutoComplete
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic Option[] Options { get; set; }
Public Property Options As Option()
Get
Set
public:
property array<Option^>^ Options {
array<Option^>^ get ();
void set (array<Option^>^ value);
}
member Options : Option[] with get, set
Property Value
Type:
Option
See Also