DataQualityOperationStartResponse.Status Property

 

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

Gets or sets the operation status.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.OperationStatus

The operation status.

See Also

DataQualityOperationStartResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top