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