Send.ServiceContractName Property

Definition

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