Share via


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

See Also

Reference

WebSiteProperties Interface

VsWebSite Namespace

EnvDTE

WebSiteProperties

webType

Other Resources

Referencing Automation Assemblies and the DTE2 Object