This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IT > ITrafficProviderCredentials Interface > ITrafficProviderCredentials.Password Property (ArcObjects .NET 10.5 SDK) |
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