BRDeleteCriteria.BRItems Property

Definition

Gets or sets an array containing globally unique identifiers (GUIDs) of conditions or actions to be deleted.

public:
 property System::Collections::ObjectModel::Collection<Guid> ^ BRItems { 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> BRItems { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BRItems : System.Collections.ObjectModel.Collection<Guid> with get, set
Public Property BRItems As Collection(Of Guid)

Property Value

A collection of type Guid.

Attributes

Applies to