ArcObjects Library Reference (NetworkAnalyst)  

ITrafficProviderCredentials.UserName Property

The user name used to connect to the data providing service.

[Visual Basic .NET]
Public Property UserName As String
[C#]
public string UserName {get; set;}
[C++]
HRESULT get_UserName(
  BSTR* pVal
);
[C++]
HRESULT put_UserName(
  BSTR pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type BSTR pVal [in]   pVal is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

ITrafficProviderCredentials Interface