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


IAddressFindData.Name Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > LocationUI > ESRI.ArcGIS.LocationUI > Interfaces > IA > IAddressFindData Interface > IAddressFindData.Name Property
ArcGIS Developer Help

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