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
- 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.