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