| BenchConfigurationGetAppLibrary Method |
Gets an app library by its ID.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public AppLibrary GetAppLibrary(
string id
)
Public Function GetAppLibrary (
id As String
) As AppLibrary
Parameters
- id
- Type: SystemString
The ID of the app library.
Return Value
Type:
AppLibraryAn
AppLibrary object or
null if the ID was not found.
See Also