AbstractTestItemIsDisabled Property |
Gets or sets whether the current test item is disabled.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public bool IsDisabled { get; set; }
<DataMemberAttribute>
Public Property IsDisabled As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool IsDisabled {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IsDisabled : bool with get, set
Property Value
Type:
Boolean
An
Boolean value that represents if the current test item is disabled.
See Also