ApplicationHost.GetApplicationName(Guid) 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 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.