[CanBeNullAttribute]
string DriverVersion { get; set; }<CanBeNullAttribute>
Property DriverVersion As String
Get
Set[CanBeNullAttribute]
property String^ DriverVersion {
String^ get ();
void set (String^ value);
}[<CanBeNullAttribute>]
abstract DriverVersion : string with get, set