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

string FullPath { get; }
property String^ FullPath {
    String^ get();
}
abstract FullPath : string with get
ReadOnly Property FullPath As String

Property Value

Type: System.String

The full path of the local copy of the folder.

See Also

WebFolderProperties Interface
VsWebSite Namespace

Return to top