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 the file name extension of the file.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property Extension As String
string Extension { get; }
property String^ Extension {
String^ get ();
}
abstract Extension : string with get
function get Extension () : String
Property Value
Type: System.String
The file name extension of the file, including the leading dot.
.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.