[]
Finds the UsageApplication object corresponding to a Category.
public UsageApplication FindByCategory(params string[] category)
Public Function FindByCategory(ParamArray category As String()) As UsageApplication
Type | Name | Description |
---|---|---|
string[] | category | The categories to test. |
Type | Description |
---|---|
UsageApplication | The found object, or null. |