Share via


MatchingPolicy.Rules Property

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

Gets or sets the matching rules of the policy.

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

Syntax

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

value = instance.Rules

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

Property Value

Type: System.Collections.Generic.IList<MatchingRule>
The matching rules of the policy.

See Also

Reference

MatchingPolicy Class

Microsoft.MasterDataServices.Services.DataContracts Namespace