DestinationPath property

Specifies where to download the file.

Syntax
Visual Basic
Public Property DestinationPath As String
C#
public string  DestinationPath { get; set; }
Property value

A string specifying the destination directory of the file. The default is a null reference (Nothing in Visual Basic).

Remarks

The default destination directory varies depending on the device's operating system:

See also