WebSiteProperties.FullPath Property
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.
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 physical path for the Web site project.
See Also
EnvDTE
WebSiteProperties
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object
Return to top