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.
Gets or sets the error message of the batch member.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
[DataMemberAttribute]
public string Message { get; set; }
public:
[DataMemberAttribute]
property String^ Message {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member Message : string with get, set
<DataMemberAttribute>
Public Property Message As String
Property Value
Type: System.String
The error message of the batch member.
See Also
StagingBatchError Class
Microsoft.MasterDataServices.Services.DataContracts Namespace
Return to top