This document is archived and information here might be outdated. Recommended version. |
The key name to be used for driving directions generation.
[Visual Basic .NET] Public Property KeyName As String
[C#] public string KeyName {get; set;}
[C++]
HRESULT get_KeyName(
BSTR KeyName
);
[C++]
HRESULT put_KeyName(
System.String* KeyName
);
[C++]
Parameters KeyName [in]
KeyName is a parameter of type BSTR KeyName [out, retval]
KeyName is a parameter of type BSTR*