Status.Reason Propriedade
Definição
Obtém ou define o motivo do status opcional para a associação de Validação WS-Trust no RSTR.Gets or sets the optional status reason for the WS-Trust Validation binding in the RSTR.
public:
property System::String ^ Reason { System::String ^ get(); void set(System::String ^ value); };
public string Reason { get; set; }
member this.Reason : string with get, set
Public Property Reason As String
Valor da propriedade
Uma cadeia de caracteres que contém o motivo.A string that contains the reason.
Comentários
Representa o conteúdo de um elemento de WST: reason.Represents the contents of a wst:Reason element. Esse elemento opcional contém um motivo legível que se relaciona com o código de status.This optional element contains a human-readable reason that relates to the status code.