ApplicationHost.CanCloseDynamicApplication(IHostedApplication) 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.
Determines whether the dynamic application can be closed dynamically (either via code or UI).
public:
bool CanCloseDynamicApplication(Microsoft::Uii::Csr::IHostedApplication ^ application);
public bool CanCloseDynamicApplication (Microsoft.Uii.Csr.IHostedApplication application);
member this.CanCloseDynamicApplication : Microsoft.Uii.Csr.IHostedApplication -> bool
Public Function CanCloseDynamicApplication (application As IHostedApplication) As Boolean
Parameters
- application
- IHostedApplication
Specifies the name of the application
Returns
True
if the dynamic application can be closed dynamically, false
otherwise.