CredentialPromptDialog.Password Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the password.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public string Password { get; set; }
Visual Basic
Public Property Password As String
	Get
	Set
Visual C++
public:
property String^ Password {
	String^ get ();
	void set (String^ value);
}
F#
member Password : string with get, set

Property Value

Type: String

Remarks

Upon return from the dialog, this value will contain the password entered by the user.

See Also