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

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

The WebSiteProperties4 type exposes the following members.

Properties

  Name Description
Public property __id Infrastructure.
Public property __id Infrastructure. (Inherited from WebSiteProperties3.)
Public property BrowseURL
Public property BrowseURL (Inherited from WebSiteProperties3.)
Public property 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.
Public property CodeAnalysisIgnoreBuiltInRules Gets or sets a value that indicates whether this Web site project should ignore the default rule directories that contain the default rules.
Public property 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.
Public property CodeAnalysisRuleDirectories Gets or sets the directories in which this Web site project should search for rules that are specified in rule-set files.
Public property CodeAnalysisRuleSet Gets or sets the path to a file that contains the list of rules that this project should use.
Public property CodeAnalysisRuleSetDirectories Gets or sets the directories that this Web site project should use to search for rule-set files.
Public property CurrentWebsiteLanguage
Public property CurrentWebsiteLanguage (Inherited from WebSiteProperties3.)
Public property DevelopmentServerCommandLine Gets the command-line command for the ASP.NET Development Server.
Public property EnableASPXDebugging
Public property EnableASPXDebugging (Inherited from WebSiteProperties3.)
Public property EnableFxCop
Public property EnableFxCop (Inherited from WebSiteProperties3.)
Public property EnableNTLMAuthentication
Public property EnableNTLMAuthentication (Inherited from WebSiteProperties3.)
Public property EnableSQLServerDebugging
Public property EnableSQLServerDebugging (Inherited from WebSiteProperties3.)
Public property EnableUnmanagedDebugging
Public property EnableUnmanagedDebugging (Inherited from WebSiteProperties3.)
Public property EnableVsWebServer
Public property EnableVsWebServer (Inherited from WebSiteProperties3.)
Public property EnableVsWebServerDynamicPort
Public property EnableVsWebServerDynamicPort (Inherited from WebSiteProperties3.)
Public property Extender[String]
Public property Extender[String] (Inherited from WebSiteProperties3.)
Public property ExtenderCATID
Public property ExtenderCATID (Inherited from WebSiteProperties3.)
Public property ExtenderNames
Public property ExtenderNames (Inherited from WebSiteProperties3.)
Public property FullPath
Public property FullPath (Inherited from WebSiteProperties3.)
Public property FxCopRuleAssemblies
Public property FxCopRuleAssemblies (Inherited from WebSiteProperties3.)
Public property FxCopRules
Public property FxCopRules (Inherited from WebSiteProperties3.)
Public property OpenedURL
Public property OpenedURL (Inherited from WebSiteProperties3.)
Public property ProjectDirty
Public property ProjectDirty (Inherited from WebSiteProperties3.)
Public property StartAction
Public property StartAction (Inherited from WebSiteProperties3.)
Public property StartArguments
Public property StartArguments (Inherited from WebSiteProperties3.)
Public property StartPage
Public property StartPage (Inherited from WebSiteProperties3.)
Public property StartProgram
Public property StartProgram (Inherited from WebSiteProperties3.)
Public property StartURL
Public property StartURL (Inherited from WebSiteProperties3.)
Public property StartWebServerOnDebug
Public property StartWebServerOnDebug Gets or sets a value that indicates whether this Web site project should start the ASP.NET Development Server when the user clicks Debug if this Web site is not the start-up project in the solution. (Inherited from WebSiteProperties3.)
Public property StartWorkingDirectory
Public property StartWorkingDirectory (Inherited from WebSiteProperties3.)
Public property TargetFramework
Public property TargetFramework Gets or sets the target .NET Framework version for the Web site. (Inherited from WebSiteProperties3.)
Public property TargetFrameworkMoniker Gets or sets the target framework that is in the Web site cache.
Public property VsWebServerPort
Public property VsWebServerPort (Inherited from WebSiteProperties3.)
Public property VsWebServerVPath
Public property VsWebServerVPath (Inherited from WebSiteProperties3.)
Public property WebSiteType
Public property WebSiteType (Inherited from WebSiteProperties3.)

Top

Remarks

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

See Also

Reference

VsWebSite100 Namespace

WebSiteProperties3

WebSiteProperties