MsmqIntegrationMessageProperty.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)

属性值

如果消息已验证,则为 true;否则为 false

注解

获取一个值,该值指示消息是否已验证。

适用于