DataQualityOperationCreateRequest.KnowledgebaseId Property

 

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

Gets or sets the knowledge base identifier.

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

Syntax

[MessageBodyMemberAttribute]
public long KnowledgebaseId { get; set; }
public:
[MessageBodyMemberAttribute]
property long long KnowledgebaseId {
    long long get();
    void set(long long value);
}
[<MessageBodyMemberAttribute>]
member KnowledgebaseId : int64 with get, set
<MessageBodyMemberAttribute>
Public Property KnowledgebaseId As Long

Property Value

Type: System.Int64

The knowledge base identifier.

See Also

DataQualityOperationCreateRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top