Send.ServiceContractName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of the contract the service to be called implements.
public:
property System::Xml::Linq::XName ^ ServiceContractName { System::Xml::Linq::XName ^ get(); void set(System::Xml::Linq::XName ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.XamlIntegration.ServiceXNameTypeConverter))]
public System.Xml.Linq.XName ServiceContractName { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.XamlIntegration.ServiceXNameTypeConverter))>]
member this.ServiceContractName : System.Xml.Linq.XName with get, set
Public Property ServiceContractName As XName
Property Value
The name of the service contract.
- Attributes
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.