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
- 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