FileDialogCustomPlace::Path Property

.NET Framework (current version)
 

Gets the file path for the custom place.

Namespace:   Microsoft.Win32
Assembly:  PresentationFramework (in PresentationFramework.dll)

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

Property Value

Type: System::String^

The path for a custom place.

.NET Framework
Available since 4.0
Return to top
Show: