Knowledgebase.MatchingPolicy 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 matching policy of the knowledge base.
public:
property Microsoft::MasterDataServices::Services::DataContracts::MatchingPolicy ^ MatchingPolicy { Microsoft::MasterDataServices::Services::DataContracts::MatchingPolicy ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::MatchingPolicy ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.MatchingPolicy MatchingPolicy { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MatchingPolicy : Microsoft.MasterDataServices.Services.DataContracts.MatchingPolicy with get, set
Public Property MatchingPolicy As MatchingPolicy
Property Value
The matching policy of the knowledge base.
- Attributes