次の方法で共有


ApplicationInfo.ID プロパティ

定義

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

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

プロパティ値

String

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

注釈

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

適用対象