BRItem.IsCorrupted Property

Definition

Gets if the business rule item is corrupted.

public:
 property bool IsCorrupted { bool get(); };
[System.Runtime.Serialization.DataMember]
public bool IsCorrupted { get; }
[<System.Runtime.Serialization.DataMember>]
member this.IsCorrupted : bool
Public ReadOnly Property IsCorrupted As Boolean

Property Value

true if the business rule item is corrupted; otherwise, false.

Attributes

Applies to