ResponseTotalOptions Property |
Gets the total number of options. If this value is greater than the value of input field limit then no option is returned.
Namespace:
Autoaddress.Autoaddress2_0.Model.FindAddress
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic int TotalOptions { get; }
Public ReadOnly Property TotalOptions As Integer
Get
public:
property int TotalOptions {
int get ();
}
member TotalOptions : int with get
Property Value
Type:
Int32
See Also