Compartir a través de


StagingBatchError.Message Propiedad

Gets or sets a description of the error.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<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 de la propiedad

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

Vea también

Referencia

StagingBatchError Clase

Espacio de nombres Microsoft.MasterDataServices