Share via


WebFileProperties2.FileName Property

Namespace:  VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)

Syntax

'Declaration
Default Property FileName As String
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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

WebFileProperties2 Interface

VsWebSite90 Namespace