BusinessRule.IsCorrupted Property

Definition

Specifies if the Business Rule is corrupted.

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

Property Value

true if the Business Rule is corrupted; otherwise, false

Attributes

Applies to