ApplicationInfo.ID プロパティ

定義

アプリケーションの一意識別子を取得します。

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

プロパティ値

CreateObject(String, Type, String, String, Boolean) メソッドを使用してアプリケーションが作成されたときに指定されたアプリケーションの一意識別子。

注釈

Microsoft インターネット インフォメーション サービス (IIS) で実行されているアプリケーションの場合、アプリケーション ID は、/LM/W3SVC/1/Root/application などのアプリケーション ルートへのメタベース パスです。

適用対象