CustomReportRowCategory Property |  |
Gets the name of the category to which the member belongs, as specified in the
CategoryAttribute.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic override string Category { get; }Return Value
StringThe name of the category to which the member belongs. If there is no
CategoryAttribute, the category name is set to the default category,
Misc.
See Also