MatchingPolicy.Rules Property

Definition

Specifies the matching rules of the policy

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

Property Value

The matching rules of the policy.

Attributes

Applies to