共用方式為


MsmqIntegrationBindingElement.Scheme 屬性

定義

取得 String,其中包含繫結項目使用的配置。

public:
 virtual property System::String ^ Scheme { System::String ^ get(); };
public override string Scheme { get; }
member this.Scheme : string
Public Overrides ReadOnly Property Scheme As String

屬性值

String

String,其中包含繫結項目使用的配置。

範例

MsmqIntegrationBindingElement msmqBindingElement = new MsmqIntegrationBindingElement();

String strScheme = msmqBindingElement.Scheme;
Console.WriteLine("Scheme = " + strScheme);

備註

這個屬性會傳回字串 "msmq.formatname",指出 MSMQ 整合通道所使用的定址配置。 如需佇列定址的詳細資訊,請參閱 服務端點和佇列定址

適用於