次の方法で共有


Storage.AutoGrow プロパティ

定義

ストレージの自動拡張を有効にするかどうかの設定を取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象