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