SystemUpdatePolicy.PolicyType 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.
Returns the type of system update policy, or -1 if no policy has been set.
public virtual Android.App.Admin.SystemUpdatePolicyType PolicyType { [Android.Runtime.Register("getPolicyType", "()I", "GetGetPolicyTypeHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getPolicyType", "()I", "GetGetPolicyTypeHandler", ApiSince=23)>]
member this.PolicyType : Android.App.Admin.SystemUpdatePolicyType
Property Value
The policy type or -1 if the type isn't set.
- Attributes
Remarks
Returns the type of system update policy, or -1 if no policy has been set.
Java documentation for android.app.admin.SystemUpdatePolicy.getPolicyType()
.
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.