次の方法で共有


ContextUtil.GetNamedProperty メソッド

COM+ コンテキストから名前付きプロパティを返します。

Public Shared Function GetNamedProperty( _
   ByVal name As String _) As Object
[C#]
public static object GetNamedProperty(stringname);
[C++]
public: static Object* GetNamedProperty(String* name);
[JScript]
public static function GetNamedProperty(
   name : String) : Object;

パラメータ

  • name
    要求されたプロパティの名前。

戻り値

コンテキストの名前付きプロパティ。

例外

例外の種類 条件
COMException 使用できる COM+ コンテキストがありません。
PlatformNotSupportedException プラットフォームが Windows 2000 以降ではありません。

解説

これは、ASP から提供されるインターネット インフォメーション サービス (IIS: Internet Information Services) 組み込みオブジェクトを取得する場合に便利です。

このプロパティは、Windows 2000 以降だけで使用できます。その他のプラットフォームでは、 PlatformNotSupportedException がスローされます。

必要条件

プラットフォーム: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ContextUtil クラス | ContextUtil メンバ | System.EnterpriseServices 名前空間