IMidiOutPort.DeviceId Property

Definition

Gets the ID of the device that contains the MIDI out port.

public:
 property Platform::String ^ DeviceId { Platform::String ^ get(); };
winrt::hstring DeviceId();
public string DeviceId { get; }
var string = iMidiOutPort.deviceId;
Public ReadOnly Property DeviceId As String

Property Value

String

Platform::String

winrt::hstring

The device ID.

Applies to