MsmqIntegrationMessageProperty.Authenticated Propriedade
Definição
Obtém ou define se a mensagem foi autenticada.Gets or sets whether the message was authenticated.
public:
property Nullable<bool> Authenticated { Nullable<bool> get(); };
public bool? Authenticated { get; }
member this.Authenticated : Nullable<bool>
Public ReadOnly Property Authenticated As Nullable(Of Boolean)
Valor da propriedade
true se a mensagem foi autenticada; caso contrário, false .true if the message was authenticated; otherwise, false.
Comentários
Obtém um valor que indica se a mensagem foi autenticada.Gets a value that indicates whether the message was authenticated.