DirectoryResponse.ErrorMessage Propriedade
Definição
A propriedade ErrorMessage contém a mensagem de erro, se houver, para esta operação.The ErrorMessage property contains the error message, if any, for this operation.
public:
virtual property System::String ^ ErrorMessage { System::String ^ get(); };
public virtual string ErrorMessage { get; }
member this.ErrorMessage : string
Public Overridable ReadOnly Property ErrorMessage As String
Valor da propriedade
A mensagem de erro, se houver, para essa operação.The error message, if any, for this operation.