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 value indicating whether this data quality ___domain is the default ___domain.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property IsDefault As Boolean
Get
Set
'Usage
Dim instance As DataQualityDomain
Dim value As Boolean
value = instance.IsDefault
instance.IsDefault = value
[DataMemberAttribute]
public bool IsDefault { get; set; }
[DataMemberAttribute]
public:
property bool IsDefault {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IsDefault : bool with get, set
function get IsDefault () : boolean
function set IsDefault (value : boolean)
Property Value
Type: System.Boolean
true if this data quality ___domain is the default ___domain; otherwise false.