Compartir a través de


ApplicationHost.IsIsolatedApplication(IHostedApplication) Method

Definition

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

app
IHostedApplication

Specifies the application that needs to be queried.

Returns

True if the application is an isolated application, otherwise false.

Applies to