Class AddCollectorMenuAttribute
The AddCollectorMenu attribute allows you to organize collectors under different menu paths
Namespace: Global Namespace
Syntax
public class AddCollectorMenuAttribute : Attribute, _Attribute
Constructors
AddCollectorMenuAttribute(String)
Add a collector to the AddCollectorMenus
Declaration
public AddCollectorMenuAttribute(string menuPath)
Parameters
Type | Name | Description |
---|---|---|
String | menuPath | The assigned collector menu path |
Fields
menuPath
The assigned collector menu path. Path directories should be separated using forward slash characters.
Declaration
public string menuPath
Field Value
Type | Description |
---|---|
String |