次の方法で共有


YearlyRetentionSchedule.RetentionTimes プロパティ

定義

アイテム保持ポリシーの保持時間を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="retentionTimes")]
public System.Collections.Generic.IList<DateTime?> RetentionTimes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="retentionTimes")>]
member this.RetentionTimes : System.Collections.Generic.IList<Nullable<DateTime>> with get, set
Public Property RetentionTimes As IList(Of Nullable(Of DateTime))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象