BRDeleteCriteria.BRItems プロパティ

削除する条件またはアクションのグローバル一意識別子 (GUID) を含む配列を取得または設定します。

名前空間:  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>
GUID 型のコレクション。

関連項目

参照

BRDeleteCriteria クラス

Microsoft.MasterDataServices 名前空間