ApplicationHost.IsDynamicApplication(IHostedApplication) Method

Definition

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.

Applies to