Sdílet prostřednictvím


MsmqIntegrationBindingElement.Scheme Vlastnost

Definice

String Získá, který obsahuje schéma používané vazbou elementu.

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

Hodnota vlastnosti

String

Toto String schéma obsahuje schéma používané elementem vazby.

Příklady

MsmqIntegrationBindingElement msmqBindingElement = new MsmqIntegrationBindingElement();

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

Poznámky

Tato vlastnost vrátí řetězec msmq.formatname, který označuje schéma adresování používané kanálem integrace MSMQ. Další informace o adresování front najdete v tématu Koncové body služby a adresování front.

Platí pro