ApplicationHost.IsExtendedApplication(IHostedApplication) Method

Definition

Determines whether the hosted application is an extended application or not

public:
 bool IsExtendedApplication(Microsoft::Uii::Csr::IHostedApplication ^ app);
public bool IsExtendedApplication (Microsoft.Uii.Csr.IHostedApplication app);
member this.IsExtendedApplication : Microsoft.Uii.Csr.IHostedApplication -> bool
Public Function IsExtendedApplication (app As IHostedApplication) As Boolean

Parameters

app
IHostedApplication

The application that needs to be queried

Returns

True if the application extended, otherwise false.

Applies to