The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MsmqIntegrationBindingElement::Scheme Property
.NET Framework (current version)
Gets a String that contains the scheme used by the binding element.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
This property returns the string "msmq.formatname" to indicate the addressing scheme used by the MSMQ integration channel. For more information about queue addressing, see Service Endpoints and Queue Addressing.
MsmqIntegrationBindingElement msmqBindingElement = new MsmqIntegrationBindingElement(); String strScheme = msmqBindingElement.Scheme; Console.WriteLine("Scheme = " + strScheme);
.NET Framework
Available since 3.0
Available since 3.0
Show: