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 傳輸安全性設定的存取。

適用於