WebFileProperties.Extension Property

 

Gets the file name extension of the file.

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

Syntax

string Extension { get; }
property String^ Extension {
    String^ get();
}
abstract Extension : string with get
ReadOnly Property Extension As String

Property Value

Type: System.String

The file name extension of the file, including the leading dot.

See Also

WebFileProperties Interface
VsWebSite Namespace

Return to top