TestAndCategoryPair.IsBrokenLink Property

Definition

Gets a value that indicates whether the link between the test and the category is broken.

public:
 property bool IsBrokenLink { bool get(); };
public bool IsBrokenLink { get; }
member this.IsBrokenLink : bool
Public ReadOnly Property IsBrokenLink As Boolean

Property Value

true if the link between the test and the category is broken; otherwise, false.

Applies to