AnonymousIdentificationSection クラスとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > AnonymousIdentificationSection クラスの意味・解説 

AnonymousIdentificationSection クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

認証されていないユーザー匿名 ID構成します。このクラス継承できません。

名前空間: System.Web.Configuration
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public NotInheritable Class
 AnonymousIdentificationSection
    Inherits ConfigurationSection
Dim instance As AnonymousIdentificationSection
public sealed class AnonymousIdentificationSection
 : ConfigurationSection
public ref class AnonymousIdentificationSection
 sealed : public ConfigurationSection
public final class AnonymousIdentificationSection
 extends ConfigurationSection
public final class AnonymousIdentificationSection
 extends ConfigurationSection
解説解説
使用例使用例

基になる構成ファイルから AnonymousIdentificationSection オブジェクト取得する方法の例を次に示します。このオブジェクト使用して関連する構成値を取得または設定します

' Get the applicaqtion configuration.
Dim configuration _
As Configuration = _
WebConfigurationManager.OpenWebConfiguration( _
"/aspnetTest")

' Get the section.
Dim anonymousIdentificationSection _
As AnonymousIdentificationSection = _
CType(configuration.GetSection( _
"system.web/anonymousIdentification"), _
AnonymousIdentificationSection)
// Get the applicaqtion configuration.
Configuration configuration =
    WebConfigurationManager.OpenWebConfiguration(
   "/aspnetTest");

// Get the section.
AnonymousIdentificationSection anonymousIdentificationSection = 
    (AnonymousIdentificationSection)configuration.GetSection(
    "system.web/anonymousIdentification");
継承階層継承階層
System.Object
   System.Configuration.ConfigurationElement
     System.Configuration.ConfigurationSection
      System.Web.Configuration.AnonymousIdentificationSection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「AnonymousIdentificationSection クラス」の関連用語

AnonymousIdentificationSection クラスのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



AnonymousIdentificationSection クラスのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS