ApplicationHost.IsTaggedGlobalApplication Method

Definition

Overloads

IsTaggedGlobalApplication(IHostedApplication)

Determines whether application is a tagged global application.

IsTaggedGlobalApplication(Guid)

Determines whether application is a tagged global application.

IsTaggedGlobalApplication(IHostedApplication)

Determines whether application is a tagged global application.

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

Parameters

hostedApp
IHostedApplication

Specifies the hosted application to check.

Returns

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

Applies to

IsTaggedGlobalApplication(Guid)

Determines whether application is a tagged global application.

public:
 virtual bool IsTaggedGlobalApplication(Guid appID);
public virtual bool IsTaggedGlobalApplication (Guid appID);
abstract member IsTaggedGlobalApplication : Guid -> bool
override this.IsTaggedGlobalApplication : Guid -> bool
Public Overridable Function IsTaggedGlobalApplication (appID As Guid) As Boolean

Parameters

appID
Guid

Specifies the ID of the application.

Returns

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

Applies to