EncryptionScope.State プロパティ

定義

暗号化スコープの状態を取得または設定します。 有効な値 (大文字と小文字を区別しない): 有効、無効。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.state")]
public string State { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.state")>]
member this.State : string with get, set
Public Property State As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象