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)

속성 값

Nullable<Boolean>

메시지가 인증되었으면 true이고, 그렇지 않으면 false입니다.

설명

메시지가 인증되었는지 여부를 나타내는 값을 가져옵니다.

적용 대상