FileDialogCustomPlace::Path Property

 

Gets or sets the folder path to the custom place.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property String^ Path {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A folder path to the custom place. If the custom place was specified with a Windows Vista Known Folder GUID, then an empty string is returned.

.NET Framework
Available since 2.0
Return to top
Show: