ArcObjects Library Reference (LocationUI)  

IAddressFindData.Name Property

Name of the address candidate.

[Visual Basic .NET]
Public Property Name As String
[C#]
public string Name {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

The Name property returns the name for the address candidate. This is a string containing the concatenation of the address input components.

See Also

IAddressFindData Interface