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