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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.