SilverlightDatePicker.SelectedDate Property
Gets or sets the selected date on the date picker control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overridable Property SelectedDate As DateTime
Get
Set
public virtual DateTime SelectedDate { get; set; }
public:
virtual property DateTime SelectedDate {
DateTime get ();
void set (DateTime value);
}
abstract SelectedDate : DateTime with get, set
override SelectedDate : DateTime with get, set
function get SelectedDate () : DateTime
function set SelectedDate (value : DateTime)
Property Value
Type: System.DateTime
A DateTime that contains the selected date on the date picker.
.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.SilverlightControls Namespace