Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the checked state
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 Checked As Boolean
Get
Set
public virtual bool Checked { get; set; }
public:
virtual property bool Checked {
bool get ();
void set (bool value);
}
abstract Checked : bool with get, set
override Checked : bool with get, set
function get Checked () : boolean
function set Checked (value : boolean)
Property Value
Type: System.Boolean
A Boolean value that indicates the checked state.
.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