Knowledgebase.Domains Property

Definition

Gets or sets the collection of DQS domains.

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

Property Value

The collection of DQS domains.

Attributes

Applies to