WebSiteProperties4 Interface

 

Provides the properties that are supported by a Web site project in Visual Studio.

Namespace:   VsWebSite100
Assembly:  VsWebSite.Interop100 (in VsWebSite.Interop100.dll)

Syntax

[GuidAttribute("102301AB-2290-4067-B0AE-9CB1AF9C14B5")]
public interface WebSiteProperties4 : WebSiteProperties3
[GuidAttribute("102301AB-2290-4067-B0AE-9CB1AF9C14B5")]
public interface class WebSiteProperties4 : WebSiteProperties3
[<GuidAttribute("102301AB-2290-4067-B0AE-9CB1AF9C14B5")>]
type WebSiteProperties4 = 
    interface
        interface WebSiteProperties3
    end
<GuidAttribute("102301AB-2290-4067-B0AE-9CB1AF9C14B5")>
Public Interface WebSiteProperties4
    Inherits WebSiteProperties3

Properties

Name Description
System_CAPS_pubproperty __id

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubproperty BrowseURL

System_CAPS_pubproperty CodeAnalysisFailOnMissingRules

Gets or sets a value that indicates whether this Web site project should fail code analysis if any rule or rule set is missing.

System_CAPS_pubproperty CodeAnalysisIgnoreBuiltInRules

Gets or sets a value that indicates whether this Web site project should ignore the default rule directories that contain the default rules.

System_CAPS_pubproperty CodeAnalysisIgnoreBuiltInRuleSets

Gets or sets a value that indicates whether this Web site project should ignore the default rule-set directories that contain the default rule sets.

System_CAPS_pubproperty CodeAnalysisRuleDirectories

Gets or sets the directories in which this Web site project should search for rules that are specified in rule-set files.

System_CAPS_pubproperty CodeAnalysisRuleSet

Gets or sets the path to a file that contains the list of rules that this project should use.

System_CAPS_pubproperty CodeAnalysisRuleSetDirectories

Gets or sets the directories that this Web site project should use to search for rule-set files.

System_CAPS_pubproperty CurrentWebsiteLanguage

System_CAPS_pubproperty DevelopmentServerCommandLine

Gets the command-line command for the ASP.NET Development Server.

System_CAPS_pubproperty EnableASPXDebugging

System_CAPS_pubproperty EnableFxCop

System_CAPS_pubproperty EnableNTLMAuthentication

System_CAPS_pubproperty EnableSQLServerDebugging

System_CAPS_pubproperty EnableUnmanagedDebugging

System_CAPS_pubproperty EnableVsWebServer

System_CAPS_pubproperty EnableVsWebServerDynamicPort

System_CAPS_pubproperty Extender[String]

System_CAPS_pubproperty ExtenderCATID

System_CAPS_pubproperty ExtenderNames

System_CAPS_pubproperty FullPath

System_CAPS_pubproperty FxCopRuleAssemblies

System_CAPS_pubproperty FxCopRules

System_CAPS_pubproperty OpenedURL

System_CAPS_pubproperty ProjectDirty

System_CAPS_pubproperty StartAction

System_CAPS_pubproperty StartArguments

System_CAPS_pubproperty StartPage

System_CAPS_pubproperty StartProgram

System_CAPS_pubproperty StartURL

System_CAPS_pubproperty StartWebServerOnDebug

System_CAPS_pubproperty StartWorkingDirectory

System_CAPS_pubproperty TargetFramework

System_CAPS_pubproperty TargetFrameworkMoniker

Gets or sets the target framework that is in the Web site cache.

System_CAPS_pubproperty VsWebServerPort

System_CAPS_pubproperty VsWebServerVPath

System_CAPS_pubproperty WebSiteType

Remarks

This class inherits all members of the T:VsWebSite.WebSiteProperties3 class and adds several new properties, including properties that are used for code analysis.

See Also

WebSiteProperties3
WebSiteProperties
VsWebSite100 Namespace

Return to top