IFlow.SchemaStatus Property

Definition

Status of the schema

[ADT.PSArgumentCompleter(new System.String[] { "New", "Approved" })]
[ADT.Runtime.Info(Create=true, Description="Status of the schema", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="status", Update=true)]
public string SchemaStatus { get; set; }
[<ADT.PSArgumentCompleter(new System.String[] { "New", "Approved" })>]
[<ADT.Runtime.Info(Create=true, Description="Status of the schema", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="status", Update=true)>]
member this.SchemaStatus : string with get, set
Public Property SchemaStatus As String

Property Value

Attributes

Applies to