 
        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.
        
    UsbConfiguration.ConfigurationDescriptor | configurationDescriptor property
Gets the object that contains the first 9 bytes of the descriptor associated with the USB configuration.
Syntax
var configurationDescriptor = usbConfiguration.configurationDescriptor;
Property value
Type: UsbConfigurationDescriptor
A UsbConfigurationDescriptor object that represents the first 9 bytes of the descriptor associated with the USB configuration.
Remarks
The received UsbConfigurationDescriptor object represents only the first 9 bytes of the configuration descriptor. To get the entire set of descriptors associated with a USB configuration, use the Descriptors property that gets the array of all descriptors within the configuration.
Requirements
| Minimum supported client | Windows 8.1 | 
|---|---|
| Minimum supported server | Windows Server 2012 R2 | 
| Namespace | 
 
 | 
| Metadata | 
 | 
See also
        Show:
        
        
    
