次の方法で共有


RetentionDuration.DurationType プロパティ

定義

アイテム保持ポリシーの保持期間の種類を取得または設定します。 使用できる値は、'Invalid'、'Days'、'Weeks'、'Months'、'Years' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象