共用方式為


FieldDefinition.IsOptional 屬性

定義

取得或設定連接欄位定義的 isOptional 旗標。

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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於