NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Application.MyDocuments

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;

Property Value

The path for the user documents.

See Also

Application Class | Application Members | System.WinForms Namespace