WebServiceTask.OutputLocation 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.
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.