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 | |
|---|---|---|
![]() |
__id | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() |
BrowseURL | |
![]() |
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. |
![]() |
CodeAnalysisIgnoreBuiltInRules | Gets or sets a value that indicates whether this Web site project should ignore the default rule directories that contain the default rules. |
![]() |
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. |
![]() |
CodeAnalysisRuleDirectories | Gets or sets the directories in which this Web site project should search for rules that are specified in rule-set files. |
![]() |
CodeAnalysisRuleSet | Gets or sets the path to a file that contains the list of rules that this project should use. |
![]() |
CodeAnalysisRuleSetDirectories | Gets or sets the directories that this Web site project should use to search for rule-set files. |
![]() |
CurrentWebsiteLanguage | |
![]() |
DevelopmentServerCommandLine | Gets the command-line command for the ASP.NET Development Server. |
![]() |
EnableASPXDebugging | |
![]() |
EnableFxCop | |
![]() |
EnableNTLMAuthentication | |
![]() |
EnableSQLServerDebugging | |
![]() |
EnableUnmanagedDebugging | |
![]() |
EnableVsWebServer | |
![]() |
EnableVsWebServerDynamicPort | |
![]() |
Extender[String] | |
![]() |
ExtenderCATID | |
![]() |
ExtenderNames | |
![]() |
FullPath | |
![]() |
FxCopRuleAssemblies | |
![]() |
FxCopRules | |
![]() |
OpenedURL | |
![]() |
ProjectDirty | |
![]() |
StartAction | |
![]() |
StartArguments | |
![]() |
StartPage | |
![]() |
StartProgram | |
![]() |
StartURL | |
![]() |
StartWebServerOnDebug | |
![]() |
StartWorkingDirectory | |
![]() |
TargetFramework | |
![]() |
TargetFrameworkMoniker | Gets or sets the target framework that is in the Web site cache. |
![]() |
VsWebServerPort | |
![]() |
VsWebServerVPath | |
![]() |
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
.jpeg)