Share via


SystemUpdatePolicy.FreezePeriods Property

Definition

Returns the list of freeze periods previously set on this system update policy object.

public virtual System.Collections.Generic.IList<Android.App.Admin.FreezePeriod>? FreezePeriods { [Android.Runtime.Register("getFreezePeriods", "()Ljava/util/List;", "GetGetFreezePeriodsHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getFreezePeriods", "()Ljava/util/List;", "GetGetFreezePeriodsHandler", ApiSince=28)>]
member this.FreezePeriods : System.Collections.Generic.IList<Android.App.Admin.FreezePeriod>

Property Value

the list of freeze periods, or an empty list if none was set.

Attributes

Remarks

Returns the list of freeze periods previously set on this system update policy object.

Java documentation for android.app.admin.SystemUpdatePolicy.getFreezePeriods().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to