This document is archived and information here might be outdated.  Recommended version.


IAddressFindData.Name Property (ArcObjects .NET 10.5 SDK)
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