Share via


ImpersonateOnSerializingReplyMessageProperty.TryGet メソッド

定義

指定されたメッセージまたはメッセージ プロパティから ImpersonateOnSerializingReplyMessageProperty プロパティを取得します。

オーバーロード

TryGet(Message, ImpersonateOnSerializingReplyMessageProperty)

指定したメッセージから ImpersonateOnSerializingReplyMessageProperty プロパティを取得します。

TryGet(MessageProperties, ImpersonateOnSerializingReplyMessageProperty)

指定した MessageProperties オブジェクトから ImpersonateOnSerializingReplyMessageProperty プロパティを取得します。

TryGet(Message, ImpersonateOnSerializingReplyMessageProperty)

指定したメッセージから ImpersonateOnSerializingReplyMessageProperty プロパティを取得します。

public:
 static bool TryGet(System::ServiceModel::Channels::Message ^ message, [Runtime::InteropServices::Out] System::ServiceModel::Security::ImpersonateOnSerializingReplyMessageProperty ^ % property);
public static bool TryGet (System.ServiceModel.Channels.Message message, out System.ServiceModel.Security.ImpersonateOnSerializingReplyMessageProperty property);
static member TryGet : System.ServiceModel.Channels.Message * ImpersonateOnSerializingReplyMessageProperty -> bool
Public Shared Function TryGet (message As Message, ByRef property As ImpersonateOnSerializingReplyMessageProperty) As Boolean

パラメーター

message
Message

プロパティの抽出元メッセージ。

property
ImpersonateOnSerializingReplyMessageProperty

このメソッドから制御が戻るときに、メッセージから抽出された ImpersonateOnSerializingReplyMessageProperty プロパティが格納されます。

戻り値

true プロパティが ImpersonateOnSerializingReplyMessageProperty 見つかった場合は 。それ以外の場合 falseは 。

適用対象

TryGet(MessageProperties, ImpersonateOnSerializingReplyMessageProperty)

指定した MessageProperties オブジェクトから ImpersonateOnSerializingReplyMessageProperty プロパティを取得します。

public:
 static bool TryGet(System::ServiceModel::Channels::MessageProperties ^ properties, [Runtime::InteropServices::Out] System::ServiceModel::Security::ImpersonateOnSerializingReplyMessageProperty ^ % property);
public static bool TryGet (System.ServiceModel.Channels.MessageProperties properties, out System.ServiceModel.Security.ImpersonateOnSerializingReplyMessageProperty property);
static member TryGet : System.ServiceModel.Channels.MessageProperties * ImpersonateOnSerializingReplyMessageProperty -> bool
Public Shared Function TryGet (properties As MessageProperties, ByRef property As ImpersonateOnSerializingReplyMessageProperty) As Boolean

パラメーター

properties
MessageProperties

プロパティの抽出元であるメッセージ プロパティ オブジェクト。

property
ImpersonateOnSerializingReplyMessageProperty

このメソッドから制御が戻るときに、メッセージから抽出された ImpersonateOnSerializingReplyMessageProperty プロパティが格納されます。

戻り値

true プロパティが ImpersonateOnSerializingReplyMessageProperty 見つかった場合は 。それ以外の場合 falseは 。

適用対象