ArcObjects Library Reference (GISClient)  

ISDSConnectionParameters.UserName Property

The user name.

[Visual Basic .NET]
Public Property UserName As String
[C#]
public string UserName {get; set;}
[C++]
HRESULT get_UserName(
  BSTR* pUserName
);
[C++]
HRESULT put_UserName(
  BSTR pUserName
);
[C++]

Parameters

pUserName [out, retval]   pUserName is a parameter of type BSTR pUserName [in]   pUserName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISDSConnectionParameters Interface