Compartilhar via


Propriedade do RDL StagingBatchError.Message

Gets or sets the error message of the batch member.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property Message As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

StagingBatchError Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts