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 data quality ___domain.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Domains As IList(Of DataQualityDomain)
Get
Set
'Usage
Dim instance As Knowledgebase
Dim value As IList(Of DataQualityDomain)
value = instance.Domains
instance.Domains = value
[DataMemberAttribute]
public IList<DataQualityDomain> Domains { get; set; }
[DataMemberAttribute]
public:
property IList<DataQualityDomain^>^ Domains {
IList<DataQualityDomain^>^ get ();
void set (IList<DataQualityDomain^>^ value);
}
[<DataMemberAttribute>]
member Domains : IList<DataQualityDomain> with get, set
function get Domains () : IList<DataQualityDomain>
function set Domains (value : IList<DataQualityDomain>)
Property Value
Type: System.Collections.Generic.IList<DataQualityDomain>
A collection of data quality ___domain.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace