次の方法で共有


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 セクションを参照します。

適用対象