ApplicationHost.IsIsolatedApplication(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 passed in hosted application is an isolated application.
public:
bool IsIsolatedApplication(Microsoft::Uii::Csr::IHostedApplication ^ app);
public bool IsIsolatedApplication (Microsoft.Uii.Csr.IHostedApplication app);
member this.IsIsolatedApplication : Microsoft.Uii.Csr.IHostedApplication -> bool
Public Function IsIsolatedApplication (app As IHostedApplication) As Boolean
Parameters
Specifies the application that needs to be queried.
Returns
True
if the application is an isolated application, otherwise false
.