SiteManagementUnit.GetApplication(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new application management unit for the specified application path.
public:
Microsoft::Web::Management::Server::ApplicationManagementUnit ^ GetApplication(System::String ^ applicationPath);
public Microsoft.Web.Management.Server.ApplicationManagementUnit GetApplication (string applicationPath);
member this.GetApplication : string -> Microsoft.Web.Management.Server.ApplicationManagementUnit
Public Function GetApplication (applicationPath As String) As ApplicationManagementUnit
Parameters
- applicationPath
- String
The application path.
Returns
A new ApplicationManagementUnit object based on the current context, the current site name, and the specified application path.