ApplicationInfo.ID 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取应用程序的唯一标识符。
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 Internet Information Services (IIS) 下运行的应用程序,应用程序 ID 是应用程序根目录的元数据库路径,例如 /LM/W3SVC/1/Root/application。