BRDeleteCriteria.BRItems Property

 

Applies To: SQL Server 2016 Preview

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

[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Guid> BRItems { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Collection<Guid>^ BRItems {
    Collection<Guid>^ get();
    void set(Collection<Guid>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRItems : Collection<Guid> with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property BRItems As Collection(Of Guid)

Property Value

Type: System.Collections.ObjectModel.Collection<Guid>

A collection of type Guid.

See Also

BRDeleteCriteria Class
Microsoft.MasterDataServices Namespace

Return to top