ApplicationHost.GetApplicationName(Guid) Method

Definition

Gets the name of the application for the given application ID.

public:
 System::String ^ GetApplicationName(Guid applicationId);
public string GetApplicationName (Guid applicationId);
member this.GetApplicationName : Guid -> string
Public Function GetApplicationName (applicationId As Guid) As String

Parameters

applicationId
Guid

Specifies the application ID.

Returns

The name of the application.

Applies to