Class CompileScriptCommandSettings
CompileScript
public sealed class CompileScriptCommandSettings : ICommand- Inheritance
- 
      
      CompileScriptCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
ExecutionContextId
Gets or sets the executionContextId
[JsonPropertyName("executionContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ExecutionContextId { get; set; }Property Value
- long?
Expression
Gets or sets the expression
[JsonPropertyName("expression")]
public string Expression { get; set; }Property Value
PersistScript
Gets or sets the persistScript
[JsonPropertyName("persistScript")]
public bool PersistScript { get; set; }Property Value
SourceURL
Gets or sets the sourceURL
[JsonPropertyName("sourceURL")]
public string SourceURL { get; set; }