SaveToLocation Property (WebRequestTask)
In This Topic
Specifies the file name to use to save the requested page or file.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property SaveToLocation As String
[CanBeNull()]
public string SaveToLocation {get; set;}
See Also