次の方法で共有


BRItems プロパティ

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

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BRItems As Collection(Of Guid)
    Get
    Private Set
'使用
Dim instance As BRDeleteCriteria
Dim value As Collection(Of Guid)

value = instance.BRItems
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Guid> BRItems { get; private set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Guid>^ BRItems {
    Collection<Guid>^ get ();
    private: void set (Collection<Guid>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BRItems : Collection<Guid> with get, private set
function get BRItems () : Collection<Guid>
private function set BRItems (value : Collection<Guid>)

プロパティ値

型: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Guid> ) > ) >
GUID のコレクション。