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
- 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.