DataQualityOperationStartResponse.FailureString Property

 

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

Gets or sets the string of a failure.

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

Syntax

[MessageBodyMemberAttribute]
public string FailureString { get; set; }
public:
[MessageBodyMemberAttribute]
property String^ FailureString {
    String^ get();
    void set(String^ value);
}
[<MessageBodyMemberAttribute>]
member FailureString : string with get, set
<MessageBodyMemberAttribute>
Public Property FailureString As String

Property Value

Type: System.String

The string of a failure.

See Also

DataQualityOperationStartResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top