BusinessRule.IsCorrupted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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