Share via


SilverlightCell.Indeterminate Property

Gets or sets a value that indicates whether the cell is in an indeterminate 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 Indeterminate As Boolean
    Get
    Set
public virtual bool Indeterminate { get; set; }
public:
virtual property bool Indeterminate {
    bool get ();
    void set (bool value);
}
abstract Indeterminate : bool with get, set
override Indeterminate : bool with get, set
function get Indeterminate () : boolean
function set Indeterminate (value : boolean)

Property Value

Type: System.Boolean
A Boolean value that indicates whether the cell is in an indeterminate state.

.NET Framework Security

See Also

Reference

SilverlightCell Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace