Knowledgebase.Domains Property

Definition

Specifies all the domains in the knowledgebase.

public:
 property System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::DataQualityDomain ^> ^ Domains { System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::DataQualityDomain ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::MasterDataServices::Services::DataContracts::DataQualityDomain ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.DataQualityDomain> Domains { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Domains : System.Collections.Generic.IList<Microsoft.MasterDataServices.Services.DataContracts.DataQualityDomain> with get, set
Public Property Domains As IList(Of DataQualityDomain)

Property Value

A collection of data quality domain.

Attributes

Applies to