Condividi tramite


GlobalSchemaContract.SchemaType Property

Definition

Gets or sets schema Type. Immutable. Possible values include: 'Xml', 'Json'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.schemaType")]
public string SchemaType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.schemaType")>]
member this.SchemaType : string with get, set
Public Property SchemaType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to