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