ApplicationHost.IsTaggedApplication(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 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
.