  | VistaFolderBrowserDialogSelectedPath Property  | 
 
            Gets or sets the path selected by the user.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string SelectedPath { get; set; }Public Property SelectedPath As String
	Get
	Set
public:
property String^ SelectedPath {
	String^ get ();
	void set (String^ value);
}member SelectedPath : string with get, set
Property Value
Type: 
String
            The path of the folder first selected in the dialog box or the last folder selected by the user. The default is an empty string ("").
            
See Also