UsbInterfaceSetting.Selected Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.