UsbDeviceClasses.PalmSync 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.
Gets the device class object for the device that conforms to the Palm Sync device class.
public:
static property UsbDeviceClass ^ PalmSync { UsbDeviceClass ^ get(); };
static UsbDeviceClass PalmSync();
public static UsbDeviceClass PalmSync { get; }
var usbDeviceClass = UsbDeviceClasses.palmSync;
Public Shared ReadOnly Property PalmSync As UsbDeviceClass
Property Value
A UsbDeviceClass object for the Palm Sync device class.