Share via


WebFolderProperties.FolderType Property

Gets the folder type from the webFolderType enumeration.

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

Syntax

'Declaration
ReadOnly Property FolderType As webFolderType
webFolderType FolderType { get; }
property webFolderType FolderType {
    webFolderType get ();
}
abstract FolderType : webFolderType with get
function get FolderType () : webFolderType

Property Value

Type: VsWebSite.webFolderType
The type of folder.

.NET Framework Security

See Also

Reference

WebFolderProperties Interface

VsWebSite Namespace