BRDeleteCriteria.BRConditionTreeNodes 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 or sets an array containing globally unique identifiers (GUIDs) of condition tree nodes to be deleted.
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)
Property Value
A collection of type Guid.
- Attributes