ApplicationHost.IsTaggedApplication(IHostedApplication) Method

Definition

Determines whether application is a tagged (global or non-global) application

public:
 virtual bool IsTaggedApplication(Microsoft::Uii::Csr::IHostedApplication ^ hostedApp);
public virtual bool IsTaggedApplication (Microsoft.Uii.Csr.IHostedApplication hostedApp);
abstract member IsTaggedApplication : Microsoft.Uii.Csr.IHostedApplication -> bool
override this.IsTaggedApplication : Microsoft.Uii.Csr.IHostedApplication -> bool
Public Overridable Function IsTaggedApplication (hostedApp As IHostedApplication) As Boolean

Parameters

hostedApp
IHostedApplication

Specifies the hosted application to check

Returns

True if the application is a tagged application, otherwise false.

Applies to