IsUnknown Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Device.Location
Assembly:  System.Device (in System.Device.dll)

public bool IsUnknown { get; }

Property Value

Type: System.Boolean
Type: 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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft