Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UsbInterfaceSetting.Selected | selected property

Determines whether the alternate setting is currently selected.

Syntax


var selected = usbInterfaceSetting.selected;

Property value

Type: Boolean [JavaScript] | System.Boolean [.NET] | Platform::Boolean [C++]

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

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

Windows Server 2012 R2

Namespace

Windows.Devices.Usb
Windows::Devices::Usb [C++]

Metadata

Windows.winmd

See also

UsbInterfaceSetting

 

 

Show:
© 2014 Microsoft. All rights reserved.