Knowledgebase.MatchingPolicy Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica a política de correspondência do base de dados de conhecimento.
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
Valor da propriedade
A política de correspondência do base de dados de conhecimento.
- Atributos