_Application.StartupPath Property

Returns or sets the complete path of the startup folder, excluding the final separator.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property StartupPath As String
    Get
    Set
'Usage
Dim instance As _Application
Dim value As String

value = instance.StartupPath

instance.StartupPath = value
string StartupPath { get; set; }

Property Value

Type: System.String

Remarks

Templates and add-ins located in the Startup folder are automatically loaded when you start Microsoft Word.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace