WebFileProperties.FullPath Property
Gets the full path of the local copy of the file.
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 file.
See Also
WebFileProperties Interface
VsWebSite Namespace
Return to top