ApplicationHost.IsDynamicApplication(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 hosted application is dynamic.
public:
bool IsDynamicApplication(Microsoft::Uii::Csr::IHostedApplication ^ application);
public bool IsDynamicApplication (Microsoft.Uii.Csr.IHostedApplication application);
member this.IsDynamicApplication : Microsoft.Uii.Csr.IHostedApplication -> bool
Public Function IsDynamicApplication (application As IHostedApplication) As Boolean
Parameters
- application
- IHostedApplication
Specifies the application.
Returns
True
if the application dynamic, otherwise false
.