Share via


WebFileProperties.Extension Property

Gets the file name extension of the file.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property Extension As String
'Usage
Dim instance As WebFileProperties 
Dim value As String 

value = instance.Extension
string Extension { get; }
property String^ Extension {
    String^ get ();
}
function get Extension () : String

Property Value

Type: System.String
The file name extension of the file, including the leading dot.

.NET Framework Security

See Also

Reference

WebFileProperties Interface

WebFileProperties Members

VsWebSite Namespace