Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
Leadtools.MediaWriter Namespace > MediaWriter Class : Drives Property |
public List<MediaWriterDrive> Drives {get;}
'Declaration Public ReadOnly Property Drives As List(Of MediaWriterDrive)
'Usage Dim instance As MediaWriter Dim value As List(Of MediaWriterDrive) value = instance.Drives
public: property List<MediaWriterDrive^>^ Drives { List<MediaWriterDrive^>^ get(); }