Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1MaskedTextField Class / Value Property


In This Topic
    Value Property (C1MaskedTextField)
    In This Topic
    Gets or sets the raw value of the control (excluding prompt and mask literals)
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("Value")>
    <BrowsableAttribute(True)>
    Public Property Value As String
    'Usage
     
    
    Dim instance As C1MaskedTextField
    Dim value As String
     
    instance.Value = value
     
    value = instance.Value
    [Foundation.Export("Value")]
    [Browsable(true)]
    public string Value {get; set;}
    See Also