ScriptingWebServicesSectionGroup.AuthenticationService 属性

定义

authenticationService获取配置文件中包含的节。

public:
 property System::Web::Configuration::ScriptingAuthenticationServiceSection ^ AuthenticationService { System::Web::Configuration::ScriptingAuthenticationServiceSection ^ get(); };
[System.Configuration.ConfigurationProperty("authenticationService")]
public System.Web.Configuration.ScriptingAuthenticationServiceSection AuthenticationService { get; }
[<System.Configuration.ConfigurationProperty("authenticationService")>]
member this.AuthenticationService : System.Web.Configuration.ScriptingAuthenticationServiceSection
Public ReadOnly Property AuthenticationService As ScriptingAuthenticationServiceSection

属性值

ScriptingAuthenticationServiceSection 对象。

属性

注解

ScriptingAuthenticationServiceSection 对象引用 authenticationService 配置文件的节。

适用于