MidiDeviceInfo.Properties Property

Definition

Returns the android.os.Bundle containing the device's properties.

public Android.OS.Bundle? Properties { [Android.Runtime.Register("getProperties", "()Landroid/os/Bundle;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getProperties", "()Landroid/os/Bundle;", "", ApiSince=23)>]
member this.Properties : Android.OS.Bundle

Property Value

the device's properties

Attributes

Remarks

Returns the android.os.Bundle containing the device's properties.

Java documentation for android.media.midi.MidiDeviceInfo.getProperties().

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.

Applies to