MatchingPolicy.Rules Property

Definition

Gets or sets the matching rules of the policy.

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

Property Value

The matching rules of the policy.

Attributes

Applies to