Drives Property

Summary

A List of the currently available MediaWriterDrives on the system.

Syntax
C#
VB
C++
public List<MediaWriterDrive> Drives { get; } 
Public ReadOnly Property Drives As List(Of MediaWriterDrive) 
public: 
property List<MediaWriterDrive^>^ Drives { 
   List<MediaWriterDrive^>^ get(); 
} 

Property Value

A List of the currently available MediaWriterDrives on the system.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly