RetentionScheduleBase.RetentionTimes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of the days and times representing the retention times
public System.Collections.Generic.List<DateTime> RetentionTimes { get; set; }
member this.RetentionTimes : System.Collections.Generic.List<DateTime> with get, set
Public Property RetentionTimes As List(Of DateTime)