BRItem.IsCorrupted 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得商務規則專案是否已損毀。
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
屬性值
若商務規則已毀損即為 true;否則為 false。
- 屬性