共用方式為


BRDeleteCriteria.BRItems 屬性

Gets or sets an array containing globally unique identifiers (GUIDs) of conditions or actions to be deleted.

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

語法

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

屬性值

型別:System.Collections.ObjectModel.Collection<Guid>
A collection of type Guid.

請參閱

參考

BRDeleteCriteria 類別

Microsoft.MasterDataServices 命名空間