CivicAddress.IsUnknown Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether the CivicAddress object contains any address data.
Assembly: System.Device (in System.Device.dll)
Property Value
Type: System.BooleanType: Boolean. true if any of the fields of the CivicAddress object are not null or empty; otherwise, false.
A CivicAddress that is known may not contain data for all fields, but if there is no data for any of the fields, the address is considered to be unknown.
Show: