RestrictionEntry.Type 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 for this restriction. -or- Sets the type for this restriction.
public virtual Android.Content.RestrictionEntryType Type { [Android.Runtime.Register("getType", "()I", "GetGetTypeHandler")] get; [Android.Runtime.Register("setType", "(I)V", "GetSetType_IHandler")] set; }
[<get: Android.Runtime.Register("getType", "()I", "GetGetTypeHandler")>]
[<set: Android.Runtime.Register("setType", "(I)V", "GetSetType_IHandler")>]
member this.Type : Android.Content.RestrictionEntryType with get, set
Property Value
the type for this restriction
- Attributes
Remarks
Property getter documentation:
Returns the type for this restriction.
Java documentation for android.content.RestrictionEntry.getType()
.
Property setter documentation:
Sets the type for this restriction.
Java documentation for android.content.RestrictionEntry.setType(int)
.
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.