IProcessHostSupportFunctions.GetApplicationProperties Method (String, String, String, String, String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the properties from the application's metabase.
Assembly: System.Web (in System.Web.dll)
<SecurityPermissionAttribute(SecurityAction.LinkDemand, Unrestricted := True)> <SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Unrestricted := True)> Sub GetApplicationProperties ( appId As String, <OutAttribute> ByRef virtualPath As String, <OutAttribute> ByRef physicalPath As String, <OutAttribute> ByRef siteName As String, <OutAttribute> ByRef siteId As String )
Parameters
- appId
-
Type:
System.String
The ID of the application.
- virtualPath
-
Type:
System.String
The root virtual path of the application.
- physicalPath
-
Type:
System.String
The root physical path of the application.
- siteName
-
Type:
System.String
The display name of the application.
- siteId
-
Type:
System.String
The site ID.
GetApplicationProperties is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 2.0
Available since 2.0
Show: