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: String
The date value of this date picker control as a string
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace