次の方法で共有


AdministrationModuleProvider.Type プロパティ

定義

管理モジュール プロバイダーの型を取得します。

public:
 property System::String ^ Type { System::String ^ get(); };
public string Type { get; }
member this.Type : string
Public ReadOnly Property Type As String

プロパティ値

AdministrationModuleProvider オブジェクトの型。

注釈

このプロパティは、Administration.config ファイルの <moduleProviders> セクションからオブジェクトの型AdministrationModuleProviderを取得します。 プロパティには Type 、次の情報が含まれます。

  • 名前空間

  • クラス名

  • バージョン番号

  • カルチャ

  • PublicKeyToken

適用対象