WebFileProperties.FileName Property
Gets or sets the name of the file, including the file name extension.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.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
The name of the file, including the file name extension. If you are setting the property, you must include the file name extension.
See Also
WebFileProperties Interface
VsWebSite Namespace
Return to top