WebServiceTask.ServiceName Property

Definition

Gets or sets the name of the Web service.

public:
 property System::String ^ ServiceName { System::String ^ get(); void set(System::String ^ value); };
public string ServiceName { get; set; }
member this.ServiceName : string with get, set
Public Property ServiceName As String

Property Value

The name of the Web service.

Implements

Remarks

The service name specifies the service that provides the operation or the method.

Applies to