MatchingPolicy.Rules 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 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