Click or drag to resize

ScriptAttributeCategory Property

Gets or sets the category assigned to the script. Used for grouping related scripts together.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public string Category { get; set; }

Property Value

String
The category name of the script.
See Also