|
| DotRas SDK Documentation |
| CredentialPromptDialog..::..UserName Property |
| CredentialPromptDialog Class See Also Send Feedback |
|
Gets or sets the user name.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public string UserName { get; set; } |
| Visual Basic |
|---|
Public Property UserName As String Get Set |
| Visual C++ |
|---|
public: property String^ UserName { String^ get (); void set (String^ value); } |
| F# |
|---|
member UserName : string with get, set |
Property Value
Type: String
Remarks
Upon return from the dialog, this value will contain the user name entered by the user.