MatchingRule.MatchingCriteria Property

Definition

Gets or sets the criteria for matching.

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

Property Value

The criteria for matching.

Attributes

Applies to