次の方法で共有


GlobalSchemaContract.SchemaType プロパティ

定義

スキーマの種類を取得または設定します。 変更不可。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象