Share via


BRDeleteCriteria.BRItems Property

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRItems As Collection(Of Guid)
    Get
    Private Set
'Usage
Dim instance As BRDeleteCriteria
Dim value As Collection(Of Guid)

value = instance.BRItems
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Guid> BRItems { get; private set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Guid>^ BRItems {
    Collection<Guid>^ get ();
    private: void set (Collection<Guid>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRItems : Collection<Guid> with get, private set
function get BRItems () : Collection<Guid>
private function set BRItems (value : Collection<Guid>)

Property Value

Type: System.Collections.ObjectModel.Collection<Guid>
A collection of GUIDs.