Share via


WebFolderProperties.FullPath Property

Gets the full path of the local copy of the folder.

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

Syntax

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

Property Value

Type: System.String
The full path of the local copy of the folder.

.NET Framework Security

See Also

Reference

WebFolderProperties Interface

VsWebSite Namespace