ESRI.ArcGIS.ADF.Connection
Password Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Connection.IMS Namespace > HTTPConnection Class : Password Property




Gets or sets the password associated with the user accessing the URI.

Syntax

Visual Basic (Declaration) 
Public Property Password As String
Visual Basic (Usage)Copy Code
Dim instance As HTTPConnection
Dim value As String
 
instance.Password = value
 
value = instance.Password
C# 
public string Password {get; set;}

Remarks

Only required if the ArcIMS server is configured to require credentials for the service being requested. The username and password are those set for the Servlet Connector at the remote ArcIMS server.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.