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 the string of a failure.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property FailureString As String
Get
Set
'Usage
Dim instance As DataQualityOperationStatusResponse
Dim value As String
value = instance.FailureString
instance.FailureString = value
[MessageBodyMemberAttribute]
public string FailureString { get; set; }
[MessageBodyMemberAttribute]
public:
property String^ FailureString {
String^ get ();
void set (String^ value);
}
[<MessageBodyMemberAttribute>]
member FailureString : string with get, set
function get FailureString () : String
function set FailureString (value : String)
Property Value
Type: System.String
The string of a failure.
See Also
Reference
DataQualityOperationStatusResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace