Delen via


WebFolderProperties.FileName Property

Gets or sets the name of the folder.

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

Syntax

'Declaration
Default Property FileName As String
'Usage
Dim instance As WebFolderProperties 
Dim value As String 

value = instance

instance = value
string this { get; set; }
property String^ default {
    String^ get ();
    void set (String^ value);
}
function get FileName () : String 
function set FileName (value : String)

Property Value

Type: System.String
The name of the folder.

.NET Framework Security

See Also

Reference

WebFolderProperties Interface

WebFolderProperties Members

VsWebSite Namespace