UsbInterfaceSetting.Selected Property

Definition

Determines whether the alternate setting is currently selected.

public:
 property bool Selected { bool get(); };
bool Selected();
public bool Selected { get; }
var boolean = usbInterfaceSetting.selected;
Public ReadOnly Property Selected As Boolean

Property Value

Boolean

bool

True, if the alternate setting is currently selected; otherwise, false.

Applies to