Share via


WebFileProperties2.FileName Property

 

Use Base

True

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

Syntax

string FileName { get; set; }
property String^ FileName {
    String^ get();
    void set(String^ value);
}
abstract FileName : string with get, set
Property FileName As String

Property Value

Type: System.String

Implements

WebFileProperties.FileName

See Also

WebFileProperties2 Interface
VsWebSite90 Namespace

Return to top