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 public string Category { get; set; }
Property Value
Type:
StringThe category name of the script.
See Also