ResponseMatchLevel Property |
Gets the match level of address found.
Namespace:
Autoaddress.Autoaddress2_0.Model.VerifyAddress
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic Nullable<MatchLevel> MatchLevel { get; }
Public ReadOnly Property MatchLevel As Nullable(Of MatchLevel)
Get
public:
property Nullable<MatchLevel> MatchLevel {
Nullable<MatchLevel> get ();
}
member MatchLevel : Nullable<MatchLevel> with get
Property Value
Type:
NullableMatchLevel
See Also