ArcObjects Library Reference (LocationUI)  

IAddressFindData.Values Property

Properties of the address candidate.

[Visual Basic .NET]
Public Property Values As IPropertySet
[C#]
public IPropertySet Values {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

The Values property returns a PropertySet containing the values for the address candidate. You can inspect the properties that the PropertySet contains using the Fields object returned by the IAddressCandidates::CandidateFields property on the locator that you used to find the address.

See Also

IAddressFindData Interface