[This is preliminary documentation and is subject to change.]

Get the name of the application (for the left bar)

Namespace:  OfficeClip.BusinessLayer.Framework
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static string GetName(
	Constants..::.ApplicationType at
)
Visual Basic (Declaration)
Public Shared Function GetName ( _
	at As Constants..::.ApplicationType _
) As String
Visual C++
public:
static String^ GetName(
	Constants..::.ApplicationType at
)

Parameters

at
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ApplicationType
The application type

Return Value

The name of the application

See Also