Compartir a través de


FieldDefinition.IsOptional Propiedad

Definición

Obtiene o establece la marca isOptional de la definición del campo de conexión.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a