Share via


NetMsmqSecurityElement.Transport プロパティ

定義

MsmqTransportSecurityElement バインディングに関連付けられている NetMsmqBinding 要素を取得します。

public:
 property System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::MsmqTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.MsmqTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.MsmqTransportSecurityElement
Public ReadOnly Property Transport As MsmqTransportSecurityElement

プロパティ値

MsmqTransportSecurity バインディングに関連付けられている NetMsmqBinding インスタンス。

属性

注釈

このプロパティを使用して、Msmq トランスポート セキュリティ設定にアクセスできます。

適用対象