| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Speed As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MediaWriterSpeed Dim value As Integer value = instance.Speed | |
| C# | |
|---|---|
public int Speed {get;} | |
Property Value
The speed value.The value of the speed (in KB/sec) at the current index. To obtain the list of supported speeds for the drive, check the MediaWriterDrive.Speeds Property. MediaWriterDrive.Speeds
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code