Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the file, including the file name extension.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.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
The name of the file, including the file name extension. If you are setting the property, you must include the file name extension.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.