Click or drag to resize

AppIndexFacadeItem Property

Gets an instance of AppFacade for the specified app.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public AppFacade this[
	string appName
] { get; }

Parameters

appName
Type: SystemString
The ID of an app.

Return Value

Type: AppFacade
The facade for the app, or null.
See Also