ArcObjects Library Reference (GISClient)  

ISDSConnectionParameters.Password Property

The pass word.

[Visual Basic .NET]
Public Property Password As String
[C#]
public string Password {get; set;}
[C++]
HRESULT get_Password(
  BSTR* pPW
);
[C++]
HRESULT put_Password(
  BSTR pPW
);
[C++]

Parameters

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

Product Availability

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

See Also

ISDSConnectionParameters Interface