Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1AutoComplete Class / IsImportantForAutofill Property


In This Topic
    IsImportantForAutofill Property (C1AutoComplete)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsImportantForAutofill As Boolean
    'Usage
     
    
    Dim instance As C1AutoComplete
    Dim value As Boolean
     
    value = instance.IsImportantForAutofill
    public bool IsImportantForAutofill {get;}
    See Also