WebServiceTask.OutputLocation Property

Definition

Gets or sets the output location of the results of the Web method.

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

Property Value

The output location of the results of the Web method.

Remarks

Depending on the OutputType property, the output location is either the path of the file or the name of a variable.

Applies to