共用方式為


BRDeleteCriteria.BRItems 屬性

Gets or sets the collection of business rule items (conditions and actions) to delete.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRItems As Collection(Of Guid)
    Get 
    Friend Set
'用途
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>)

屬性值

型別:System.Collections.ObjectModel.Collection<Guid>
The collection of business rule items (conditions and actions) to delete.

請參閱

參考

BRDeleteCriteria 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間