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
'Usage
Dim instance As WebFolderProperties
Dim value As webFolderType
value = instance.FolderType
webFolderType FolderType { get; }
property webFolderType FolderType {
webFolderType 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.