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
'Usage
Dim instance As CodeFolder 
Dim value As String 

value = instance.FolderPath
string FolderPath { get; }
property String^ FolderPath {
    String^ 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

CodeFolder Members

VsWebSite Namespace

VSWebSite

CodeFolders