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 Internet Information Services (IIS) 下运行的应用程序,应用程序 ID 是应用程序根目录的元数据库路径,例如 /LM/W3SVC/1/Root/application。

适用于