Click or drag to resize

ScriptAuthorAttributeEmail 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: 9.0.0.0-142fa9725
Syntax
C#
public string Email { get; set; }

Property Value

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