Receive.ServiceContractName Property

Definition

Gets or sets the name of the service contract.

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 service contract name.

Attributes

Remarks

This property is used to group service operations into individual service contracts. All Receive activities that have the same ServiceContractName are grouped into the same service contract (WSDL PortType). This property defaults to the name of the workflow service.

Applies to