Show / Hide Table of Contents

Class TextHtmlStatementOutputData

The statement output data in html format.

Inheritance
object
StatementOutputData
TextHtmlStatementOutputData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataflowService.Models
Assembly: OCI.DotNetSDK.Dataflow.dll
Syntax
public class TextHtmlStatementOutputData : StatementOutputData

Properties

Value

Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type Description
string

The statement code execution output in html format.

Remarks

Required

In this article
Back to top