Sets the username and password for services which require this information.

Namespace:  ESRI.ArcGISExplorer.Data
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

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.

See Also

Relate Topics:
  Clear Method
  Clone Method
  CreateFromXmlString Method
  ToXmlString Method
Created by Atop CHM to web converter,© 2009 all right reserved.