Propriedade WebFolderProperties.FileName
Obtém ou define o nome da pasta.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (em VsWebSite.Interop.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: System.String
O nome da pasta.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.