Partager via


Propriété StagingBatchError.Message

Gets or sets a description of the error.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Message As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
A string that represents the error description.

Voir aussi

Référence

StagingBatchError Classe

Espace de noms Microsoft.MasterDataServices