ContentTypeContract.ContentTypeContractName Property

Definition

Gets or sets content type name. Must be 1 to 250 characters long.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to