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, setPublic Property ServiceContractName As XNameProperty Value
The name of the service contract.
- Attributes