BRDeleteCriteria.BRConditionTreeNodes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定陣列,其中包含要刪除之條件樹狀節點的全域唯一識別碼 (GUID)。
public:
property System::Collections::ObjectModel::Collection<Guid> ^ BRConditionTreeNodes { System::Collections::ObjectModel::Collection<Guid> ^ get(); void set(System::Collections::ObjectModel::Collection<Guid> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Guid> BRConditionTreeNodes { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BRConditionTreeNodes : System.Collections.ObjectModel.Collection<Guid> with get, set
Public Property BRConditionTreeNodes As Collection(Of Guid)
屬性值
Guid 類型的集合。
- 屬性