Share via


WebSiteProperties.FullPath Property

Definition

The physical path for the Web site project. For remote Web sites, this is the path to the temporary local cache location for the Web site.

public:
 property System::String ^ FullPath { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(1002)]
public string FullPath { [System.Runtime.InteropServices.DispId(1002)] get; }
[<System.Runtime.InteropServices.DispId(1002)>]
[<get: System.Runtime.InteropServices.DispId(1002)>]
member this.FullPath : string
Public ReadOnly Property FullPath As String

Property Value

The full physical path for the Web site project.

Attributes

Applies to