ApplicationHost.GetApplicationName Method
Gets the name of the application for the given application ID.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ApplicationHost
Dim applicationId As Guid
Dim returnValue As String
returnValue = instance.GetApplicationName(applicationId)
Syntax
'Declaration
Public Function GetApplicationName ( _
applicationId As Guid _
) As String
public string GetApplicationName (
Guid applicationId
)
public:
String^ GetApplicationName (
Guid applicationId
)
public String GetApplicationName (
Guid applicationId
)
public function GetApplicationName (
applicationId : Guid
) : String
Parameters
- applicationId
Specifies the application ID.
Return Value
Type: String
The name of the application.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.