ScriptAttributeVersion Property |  |
Gets or sets the version number of the script.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic string Version { get; set; }Property Value
StringThe version of the script.
RemarksRecommend using MajorVersion.MinorVersion for scripts.
See Also