Gets the path for the user documents.
[Visual Basic] Public Shared ReadOnly Property MyDocuments As String [C#] public static string MyDocuments {get;} [C++] public: __property static String* get_MyDocuments(); [JScript] public static function get MyDocuments() : String;
The path for the user documents.
Application Class | Application Members | System.WinForms Namespace