This document is archived and information here might be outdated. Recommended version. |
The field name used for street name.
[Visual Basic .NET]
Public Property StreetNameFieldName As String
[C#]
public string StreetNameFieldName {get; set;}
[C++]
HRESULT get_StreetNameFieldName(
System.String* Name
);
[C++]
HRESULT put_StreetNameFieldName(
BSTR Name
);
[C++] Parameters Name [out, retval]
Name is a parameter of type BSTR* Name [in]
Name is a parameter of type BSTR
The primary name for referring to a street in the directions. In order to associate other names with a particular street, create another IStreetNameFields object, associate the alterate name field with the StreetNameFieldName and set the priority to a value higher than the preceeding IStreetNameFields object.