Share via


CodeFolder.FolderPath Property

Gets the path and name for the folder.

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

Syntax

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

Property Value

Type: System.String
The path and name of the folder.

.NET Framework Security

See Also

Reference

CodeFolder Interface

VsWebSite Namespace

VSWebSite

CodeFolders