WebSiteProperties5 Interface

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

Syntax

'Declaration
<GuidAttribute("856AEFF3-563B-47F6-8F21-C8FA77583EBD")> _
Public Interface WebSiteProperties5 _
    Inherits WebSiteProperties4
[GuidAttribute("856AEFF3-563B-47F6-8F21-C8FA77583EBD")]
public interface WebSiteProperties5 : WebSiteProperties4
[GuidAttribute(L"856AEFF3-563B-47F6-8F21-C8FA77583EBD")]
public interface class WebSiteProperties5 : WebSiteProperties4
[<GuidAttribute("856AEFF3-563B-47F6-8F21-C8FA77583EBD")>]
type WebSiteProperties5 =  
    interface 
        interface WebSiteProperties4 
    end
public interface WebSiteProperties5 extends WebSiteProperties4

The WebSiteProperties5 type exposes the following members.

Properties

  Name Description
Public property __id Infrastructure. (Inherited from WebSiteProperties4.)
Public property __id
Public property AnonymousAuthenticationEnabled
Public property BrowseURL (Inherited from WebSiteProperties4.)
Public property BrowseURL
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. (Inherited from WebSiteProperties4.)
Public property CodeAnalysisFailOnMissingRules
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. (Inherited from WebSiteProperties4.)
Public property CodeAnalysisIgnoreBuiltInRules
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. (Inherited from WebSiteProperties4.)
Public property CodeAnalysisIgnoreBuiltInRuleSets
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. (Inherited from WebSiteProperties4.)
Public property CodeAnalysisRuleDirectories
Public property CodeAnalysisRuleSet Gets or sets the path to a file that contains the list of rules that this project should use. (Inherited from WebSiteProperties4.)
Public property CodeAnalysisRuleSet
Public property CodeAnalysisRuleSetDirectories Gets or sets the directories that this Web site project should use to search for rule-set files. (Inherited from WebSiteProperties4.)
Public property CodeAnalysisRuleSetDirectories
Public property CurrentWebsiteLanguage (Inherited from WebSiteProperties4.)
Public property CurrentWebsiteLanguage
Public property DevelopmentServerCommandLine Gets the command-line command for the ASP.NET Development Server. (Inherited from WebSiteProperties4.)
Public property DevelopmentServerCommandLine
Public property EnableASPXDebugging (Inherited from WebSiteProperties4.)
Public property EnableASPXDebugging
Public property EnableFxCop (Inherited from WebSiteProperties4.)
Public property EnableFxCop
Public property EnableNTLMAuthentication (Inherited from WebSiteProperties4.)
Public property EnableNTLMAuthentication
Public property EnableSQLServerDebugging (Inherited from WebSiteProperties4.)
Public property EnableSQLServerDebugging
Public property EnableUnmanagedDebugging (Inherited from WebSiteProperties4.)
Public property EnableUnmanagedDebugging
Public property EnableVsWebServer (Inherited from WebSiteProperties4.)
Public property EnableVsWebServer
Public property EnableVsWebServerDynamicPort (Inherited from WebSiteProperties4.)
Public property EnableVsWebServerDynamicPort
Public property Extender[String] (Inherited from WebSiteProperties4.)
Public property Extender[String]
Public property ExtenderCATID (Inherited from WebSiteProperties4.)
Public property ExtenderCATID
Public property ExtenderNames (Inherited from WebSiteProperties4.)
Public property ExtenderNames
Public property FullPath (Inherited from WebSiteProperties4.)
Public property FullPath
Public property FxCopRuleAssemblies (Inherited from WebSiteProperties4.)
Public property FxCopRuleAssemblies
Public property FxCopRules (Inherited from WebSiteProperties4.)
Public property FxCopRules
Public property ManagedPipelineMode
Public property NonSecureUrl
Public property OpenedURL (Inherited from WebSiteProperties4.)
Public property OpenedURL
Public property ProjectDirty (Inherited from WebSiteProperties4.)
Public property ProjectDirty
Public property SecureUrl
Public property SSLEnabled
Public property StartAction (Inherited from WebSiteProperties4.)
Public property StartAction
Public property StartArguments (Inherited from WebSiteProperties4.)
Public property StartArguments
Public property StartPage (Inherited from WebSiteProperties4.)
Public property StartPage
Public property StartProgram (Inherited from WebSiteProperties4.)
Public property StartProgram
Public property StartURL (Inherited from WebSiteProperties4.)
Public property StartURL
Public property StartWebServerOnDebug (Inherited from WebSiteProperties4.)
Public property StartWebServerOnDebug
Public property StartWorkingDirectory (Inherited from WebSiteProperties4.)
Public property StartWorkingDirectory
Public property TargetFramework (Inherited from WebSiteProperties4.)
Public property TargetFramework
Public property TargetFrameworkMoniker Gets or sets the target framework that is in the Web site cache. (Inherited from WebSiteProperties4.)
Public property TargetFrameworkMoniker
Public property VsWebServerPort (Inherited from WebSiteProperties4.)
Public property VsWebServerPort
Public property VsWebServerVPath (Inherited from WebSiteProperties4.)
Public property VsWebServerVPath
Public property WebSiteType (Inherited from WebSiteProperties4.)
Public property WebSiteType
Public property WindowsAuthenticationEnabled

Top

See Also

Reference

VsWebSite100 Namespace