DataQualityInstalledStateResponse.IsInstalled Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the message response is installed.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public bool IsInstalled { get; set; }
public:
[MessageBodyMemberAttribute]
property bool IsInstalled {
    bool get();
    void set(bool value);
}
[<MessageBodyMemberAttribute>]
member IsInstalled : bool with get, set
<MessageBodyMemberAttribute>
Public Property IsInstalled As Boolean

Property Value

Type: System.Boolean

true if the message response is installed; otherwise, false.

See Also

DataQualityInstalledStateResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top