次の方法で共有


MatchingRule.MatchingCriteria プロパティ

定義

条件を指定します

public:
 property System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::MatchingCriterion ^> ^ MatchingCriteria { System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::MatchingCriterion ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::MatchingCriterion ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.MatchingCriterion> MatchingCriteria { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MatchingCriteria : System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.MatchingCriterion> with get, set
Public Property MatchingCriteria As IList(Of MatchingCriterion)

プロパティ値

条件。

属性

適用対象