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) 方法建立應用程式時。
備註
針對在 IIS Microsoft Internet Information Services () 下執行的應用程式,應用程式識別碼是應用程式根目錄的中繼基底路徑,例如 /LM/W3SVC/1/Root/application。