MatchingRule.MatchingCriteria Property

Definition

Specifies the criteria

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)

Property Value

The criteria.

Attributes

Applies to