WebDialogAction.PromptText Property

Gets or sets the promp text in the dialog box.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property PromptText As String
public string PromptText { get; set; }
public:
property String^ PromptText {
    String^ get ();
    void set (String^ value);
}
member PromptText : string with get, set
function get PromptText () : String
function set PromptText (value : String)

Property Value

Type: System.String
The prompt text.

.NET Framework Security

See Also

Reference

WebDialogAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace