WebSiteProperties.WebSiteType Property
Gets a value indicating the type of the specified Web site.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property WebSiteType As webType
webType WebSiteType { get; }
property webType WebSiteType {
webType get ();
}
abstract WebSiteType : webType with get
function get WebSiteType () : webType
Property Value
Type: VsWebSite.webType
A webType value.
Examples
For an example of reading late-bound properties, see WebSiteProperties.
.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.