StagingBatchError.Message Property

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

'Declaration
<DataMemberAttribute> _
Public Property Message As String 
    Get 
    Set
'Usage
Dim instance As StagingBatchError 
Dim value As String 

value = instance.Message

instance.Message = value
[DataMemberAttribute]
public string Message { get; set; }
[DataMemberAttribute]
public:
property String^ Message {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member Message : string with get, set
function get Message () : String 
function set Message (value : String)

Property Value

Type: System.String
The error message of the batch member.

See Also

Reference

StagingBatchError Class

Microsoft.MasterDataServices.Services.DataContracts Namespace