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


ITrafficProviderCredentials.Password Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IT > ITrafficProviderCredentials Interface > ITrafficProviderCredentials.Password Property
ArcGIS Developer Help

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(
  System.String* 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