WpfDatePicker.DateAsString Property

Gets or sets the date value of this date picker control as a string.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable Property DateAsString As String
public virtual string DateAsString { get; set; }
public:
virtual property String^ DateAsString {
    String^ get ();
    void set (String^ value);
}
abstract DateAsString : string with get, set
override DateAsString : string with get, set
function get DateAsString () : String
function set DateAsString (value : String)

Property Value

Type: System.String
The date value of this date picker control as a string

.NET Framework Security

See Also

Reference

WpfDatePicker Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace