共用方式為


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) 方法建立應用程式時。

備註

針對在 IIS Microsoft Internet Information Services () 下執行的應用程式,應用程式識別碼是應用程式根目錄的中繼基底路徑,例如 /LM/W3SVC/1/Root/application。

適用於