SilverlightCalendar.SelectedDatesAsString Property

Gets or sets the selected dates on the calendar as a string.

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 SelectedDatesAsString As String
    Get
    Set
public virtual string SelectedDatesAsString { get; set; }
public:
virtual property String^ SelectedDatesAsString {
    String^ get ();
    void set (String^ value);
}
abstract SelectedDatesAsString : string with get, set
override SelectedDatesAsString : string with get, set
function get SelectedDatesAsString () : String
function set SelectedDatesAsString (value : String)

Property Value

Type: System.String
A String that represents the selected dates on the calendar.

.NET Framework Security

See Also

Reference

SilverlightCalendar Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace