MatchingRule.MatchingCriteria Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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