Knowledgebase.Domains 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.
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