AdministrativeInfoCountyId Property |
Gets the County Id.
Namespace:
Autoaddress.Autoaddress2_0.Model.GetEcadData
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic Nullable<int> CountyId { get; }
Public ReadOnly Property CountyId As Nullable(Of Integer)
Get
public:
property Nullable<int> CountyId {
Nullable<int> get ();
}
member CountyId : Nullable<int> with get
Property Value
Type:
NullableInt32
See Also