共用方式為


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 區段。

適用於