ApplicationInfo.ID Property

 

Gets the unique identifier for the application.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

public string ID { get; }

Property Value

Type: System.String

The unique identifier for the application specified when the application was created by using the CreateObject method.

For applications running under Microsoft Internet Information Services (IIS), the application ID is the metabase path to the application root, such as /LM/W3SVC/1/Root/application.

.NET Framework
Available since 2.0
Return to top
Show: