Specifies where to download the file.
Public Property LocalPath As String
public string LocalPath {get;set;}
A string specifying the local directory of the file. The default is a null reference (Nothing in Visual Basic).
The default local directory varies depending on the device's operating system:
For Windows Mobile devices, if the LocalPath is a null reference (Nothing in Visual Basic), the file is stored in the root (\) directory.
For desktop applications, if the LocalPath is a null reference (Nothing in Visual Basic), the file is stored in the current directory.