ArcObjects Library Reference (NetworkAnalyst)  

ITrafficProviderCredentials.Password Property

The password used to connect to the data providing service.

[Visual Basic .NET]
Public Property Password As String
[C#]
public string Password {get; set;}
[C++]
HRESULT get_Password(
  BSTR* pVal
);
[C++]
HRESULT put_Password(
  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