ArcGIS Explorer Component Help |
ServiceConnectionProperties..::.SetUsernamePassword Method |
ServiceConnectionProperties Class See Also |
Sets the username and password for services which require this information.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public void SetUsernamePassword( string username, string password ) |
Visual Basic (Declaration) |
---|
Public Sub SetUsernamePassword ( _ username As String, _ password As String _ ) |
Parameters
- username
- Type: System..::.String
The name of the user.
- password
- Type: System..::.String
The password for the username.