Właściwość BRDeleteCriteria.BRItems
Pobiera lub ustawia tablicę zawierającą unikatowych identyfikatorów globalnych (GUID) warunki lub akcje, które mają zostać usunięte.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRItems As Collection(Of Guid)
Get
Private Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<Guid>
Kolekcja identyfikatorów GUID.
Zobacz także