| 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; }
Public ReadOnly Default Property Item (
appName As String
) As AppFacade
Get
Parameters
- appName
- Type: SystemString
The ID of an app.
Return Value
Type:
AppFacadeThe facade for the app, or
null.
See Also