Share via


WebFileProperties.FullPath Property

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

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

Syntax

'Declaration
ReadOnly Property FullPath As String
'Usage
Dim instance As WebFileProperties 
Dim value As String 

value = instance.FullPath
string FullPath { get; }
property String^ FullPath {
    String^ get ();
}
function get FullPath () : String

Property Value

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

.NET Framework Security

See Also

Reference

WebFileProperties Interface

WebFileProperties Members

VsWebSite Namespace