Bagikan melalui


RepresentationContract.TypeName Property

Definition

Gets or sets type name defined by the schema. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to