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: 7.6.1.3-5cb5c356
Syntax
C#
public string Category { get; set; }

Property Value

Type: String
The category name of the script.
See Also