BRDeleteCriteria.BRItems Propiedad
Gets or sets an array containing globally unique identifiers (GUIDs) of conditions or actions to be deleted.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRItems As Collection(Of Guid)
Get
Set
'Uso
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>)
Valor de la propiedad
Tipo: System.Collections.ObjectModel.Collection<Guid>
A collection of type Guid.