WebSiteProperties.WebSiteType Property

 

Gets a value indicating the type of the specified Web site.

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

Syntax

webType WebSiteType { get; }
property webType WebSiteType {
    webType get();
}
abstract WebSiteType : webType with get
ReadOnly Property WebSiteType As webType

Property Value

Type: VsWebSite.webType

A webType value.

Examples

For an example of reading late-bound properties, see WebSiteProperties.

See Also

EnvDTE
WebSiteProperties
webType
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object

Return to top