ScriptAttributeCategory Property |  |
Gets or sets the category assigned to the script. Used for grouping
related scripts together.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic string Category { get; set; }Property Value
StringThe category name of the script.
See Also