Share via


BRDeleteCriteria.BRItems 属性

定义

指定要删除的集合业务规则项。

public:
 property System::Collections::ObjectModel::Collection<Guid> ^ BRItems { System::Collections::ObjectModel::Collection<Guid> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Guid> BRItems { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BRItems : System.Collections.ObjectModel.Collection<Guid>
Public ReadOnly Property BRItems As Collection(Of Guid)

属性值

要删除的业务规则项的集合。

属性

适用于