Utility.GetApplicationDisplayName(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.
Gets the application’s display name.
public:
static System::String ^ GetApplicationDisplayName(Microsoft::Uii::Csr::IHostedApplication ^ app);
public static string GetApplicationDisplayName (Microsoft.Uii.Csr.IHostedApplication app);
static member GetApplicationDisplayName : Microsoft.Uii.Csr.IHostedApplication -> string
Public Shared Function GetApplicationDisplayName (app As IHostedApplication) As String
Parameters
Specifies the application.
Returns
Application’s display name.