Click or drag to resize

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

Property Value

Type: Boolean
An Boolean value that represents if the current test item is disabled.
See Also