Click or drag to resize

ScriptAuthorEmail Property

Gets or sets the e-mail address to contact the script's author.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public string Email { get; set; }

Property Value

Type: String
The contact e-mail address for the script.
See Also