Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a collection of knowledge bases.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property KnowledgeBases As ICollection(Of Knowledgebase)
Get
Set
'Usage
Dim instance As DataQualityKnowledgeBasesGetResponse
Dim value As ICollection(Of Knowledgebase)
value = instance.KnowledgeBases
instance.KnowledgeBases = value
[MessageBodyMemberAttribute]
public ICollection<Knowledgebase> KnowledgeBases { get; set; }
[MessageBodyMemberAttribute]
public:
property ICollection<Knowledgebase^>^ KnowledgeBases {
ICollection<Knowledgebase^>^ get ();
void set (ICollection<Knowledgebase^>^ value);
}
[<MessageBodyMemberAttribute>]
member KnowledgeBases : ICollection<Knowledgebase> with get, set
function get KnowledgeBases () : ICollection<Knowledgebase>
function set KnowledgeBases (value : ICollection<Knowledgebase>)
Property Value
Type: System.Collections.Generic.ICollection<Knowledgebase>
A collection of knowledge bases.
See Also
Reference
DataQualityKnowledgeBasesGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace