  | VistaFileDialogDereferenceLinks Property  | 
 
            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).
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool DereferenceLinks { get; set; }Public Property DereferenceLinks As Boolean
	Get
	Set
public:
property bool DereferenceLinks {
	bool get ();
	void set (bool value);
}member DereferenceLinks : bool with get, set
Property Value
Type: 
Boolean if the dialog box returns the location of the file referenced by the shortcut; otherwise, 
.
            The default value is 
.
            
See Also