Share via


MatchingRule.MatchingCriteria Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the criteria for matching.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property MatchingCriteria As IList(Of MatchingCriterion)
    Get 
    Set
'Usage
Dim instance As MatchingRule 
Dim value As IList(Of MatchingCriterion)

value = instance.MatchingCriteria

instance.MatchingCriteria = value
[DataMemberAttribute]
public IList<MatchingCriterion> MatchingCriteria { get; set; }
[DataMemberAttribute]
public:
property IList<MatchingCriterion^>^ MatchingCriteria {
    IList<MatchingCriterion^>^ get ();
    void set (IList<MatchingCriterion^>^ value);
}
[<DataMemberAttribute>]
member MatchingCriteria : IList<MatchingCriterion> with get, set
function get MatchingCriteria () : IList<MatchingCriterion>
function set MatchingCriteria (value : IList<MatchingCriterion>)

Property Value

Type: System.Collections.Generic.IList<MatchingCriterion>
The criteria for matching.

See Also

Reference

MatchingRule Class

Microsoft.MasterDataServices.Services.DataContracts Namespace