Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an array containing globally unique identifiers (GUIDs) of conditions or actions to be deleted.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRItems As Collection(Of Guid)
Get
Set
'Usage
Dim instance As BRDeleteCriteria
Dim value As Collection(Of Guid)
value = instance.BRItems
instance.BRItems = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Guid> BRItems { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Guid>^ BRItems {
Collection<Guid>^ get ();
void set (Collection<Guid>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRItems : Collection<Guid> with get, set
function get BRItems () : Collection<Guid>
function set BRItems (value : Collection<Guid>)
Property Value
Type: System.Collections.ObjectModel.Collection<Guid>
A collection of type Guid.