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

適用対象