Share via


CodeFolder.FolderPath Property

 

Gets the path and name for the folder.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

string FolderPath { get; }
property String^ FolderPath {
    String^ get();
}
abstract FolderPath : string with get
ReadOnly Property FolderPath As String

Property Value

Type: System.String

The path and name of the folder.

See Also

VSWebSite
CodeFolders
CodeFolder Interface
VsWebSite Namespace

Return to top