IFlow.SchemaContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Content of the schema
[ADT.Runtime.Info(Create=true, Description="Content of the schema", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="content", Update=true)]
public string SchemaContent { get; set; }
[<ADT.Runtime.Info(Create=true, Description="Content of the schema", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="content", Update=true)>]
member this.SchemaContent : string with get, set
Public Property SchemaContent As String
Property Value
- Attributes