FieldDefinition.IsEncrypted 屬性

定義

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

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於