Condividi tramite


Proprietà WebFolderProperties.FileName

Ottiene o imposta il nome della cartella.

Spazio dei nomi:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Sintassi

'Dichiarazione
Default Property FileName As String
    Get
    Set
string this { get; set; }
property String^ default {
    String^ get ();
    void set (String^ value);
}
abstract FileName : string with get, set
function get FileName () : String
function set FileName (value : String)

Valore proprietà

Tipo: System.String
Nome della cartella.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebFolderProperties Interfaccia

Spazio dei nomi VsWebSite