ResponseTotalOptions Property |
Gets the number of options found.
Namespace:
Autoaddress.Autoaddress2_0.Model.AutoComplete
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic int TotalOptions { get; set; }
Public Property TotalOptions As Integer
Get
Set
public:
property int TotalOptions {
int get ();
void set (int value);
}
member TotalOptions : int with get, set
Property Value
Type:
Int32
See Also