Partager via


ParameterContract.Required Propriété

Définition

Obtient ou définit spécifie si le paramètre est obligatoire ou non.

[Newtonsoft.Json.JsonProperty(PropertyName="required")]
public bool? Required { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="required")>]
member this.Required : Nullable<bool> with get, set
Public Property Required As Nullable(Of Boolean)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à