Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the collection of business rule items (conditions and actions) to delete.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRItems As Collection(Of Guid)
Get
Friend Set
'Usage
Dim instance As BRDeleteCriteria
Dim value As Collection(Of Guid)
value = instance.BRItems
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Guid> BRItems { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Guid>^ BRItems {
Collection<Guid>^ get ();
internal: void set (Collection<Guid>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRItems : Collection<Guid> with get, internal set
function get BRItems () : Collection<Guid>
internal function set BRItems (value : Collection<Guid>)
Eigenschaftswert
Typ: System.Collections.ObjectModel.Collection<Guid>
The collection of business rule items (conditions and actions) to delete.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace