FileDialog.DereferenceLinks Property

Definition

Gets or sets a value indicating whether the dialog box returns the location of the file referenced by the shortcut or whether it returns the location of the shortcut (.lnk).

public:
 property bool DereferenceLinks { bool get(); void set(bool value); };
public bool DereferenceLinks { get; set; }
member this.DereferenceLinks : bool with get, set
Public Property DereferenceLinks As Boolean

Property Value

true if the dialog box returns the location of the file referenced by the shortcut; otherwise, false. The default value is true.

Applies to