RestrictionEntry.Title 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 user-visible title for the entry, if any. -or- Sets the user-visible title for the entry.
public virtual string? Title { [Android.Runtime.Register("getTitle", "()Ljava/lang/String;", "GetGetTitleHandler")] get; [Android.Runtime.Register("setTitle", "(Ljava/lang/String;)V", "GetSetTitle_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getTitle", "()Ljava/lang/String;", "GetGetTitleHandler")>]
[<set: Android.Runtime.Register("setTitle", "(Ljava/lang/String;)V", "GetSetTitle_Ljava_lang_String_Handler")>]
member this.Title : string with get, set
Property Value
the user-visible title for the entry, null if none was set earlier.
- Attributes
Remarks
Property getter documentation:
Returns the user-visible title for the entry, if any.
Java documentation for android.content.RestrictionEntry.getTitle()
.
Property setter documentation:
Sets the user-visible title for the entry.
Java documentation for android.content.RestrictionEntry.setTitle(java.lang.String)
.
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.