Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / ComboBoxSimpleAdapter Class / PeerReference Property


In This Topic
    PeerReference Property (ComboBoxSimpleAdapter)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PeerReference As Java.Interop.JniObjectReference
    'Usage
     
    
    Dim instance As ComboBoxSimpleAdapter
    Dim value As Java.Interop.JniObjectReference
     
    value = instance.PeerReference
    public Java.Interop.JniObjectReference PeerReference {get;}
    See Also