Class Annotation
Tool annotations
public sealed class Annotation
- Inheritance
-
Annotation
- Inherited Members
Properties
Autosubmit
If the declarative tool was declared with the autosubmit attribute.
[JsonPropertyName("autosubmit")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Autosubmit { get; set; }
Property Value
- bool?
ReadOnly
A hint indicating that the tool does not modify any state.
[JsonPropertyName("readOnly")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ReadOnly { get; set; }
Property Value
- bool?