ReplicationFailure.LastErrorMessage Propriedade
Definição
Obtém a mensagem de erro da falha mais recente.Gets the error message for the most recent failure.
public:
property System::String ^ LastErrorMessage { System::String ^ get(); };
public string LastErrorMessage { get; }
member this.LastErrorMessage : string
Public ReadOnly Property LastErrorMessage As String
Valor da propriedade
A mensagem de erro para a falha mais recente.The error message for the most recent failure.