|
| DotRas SDK Documentation |
| CredentialPromptDialog..::..Caption Property |
| CredentialPromptDialog Class See Also Send Feedback |
|
Gets or sets the caption of the dialog.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public string Caption { get; set; } |
| Visual Basic |
|---|
Public Property Caption As String Get Set |
| Visual C++ |
|---|
public: property String^ Caption { String^ get (); void set (String^ value); } |
| F# |
|---|
member Caption : string with get, set |