BRItem.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.
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