Partager via


WebFileProperties.FullPath propriété

 

Date de publication : novembre 2016

Obtient le chemin d’accès complet de la copie locale du fichier.

Espace de noms:   VsWebSite
Assembly:  VsWebSite.Interop (dans VsWebSite.Interop.dll)

Syntaxe

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

Valeur de propriété

Type: System.String

Le chemin d’accès complet de la copie locale du fichier.

Voir aussi

WebFileProperties interface
VsWebSite espace de noms

Retour au début