Gets or sets the data rate.
Read-write property
[Visual Basic .NET] |
---|
Public Property DataRate() As Double |
[C#] |
---|
public double DataRate {get; set;} |
[Managed C++] |
---|
public: __property double get_DataRate(); |
[Unmanaged C++] |
---|
public: HRESULT get_DataRate( double * pVal ); public: HRESULT put_DataRate( double val ); |
[Java] |
---|
public double getDataRate(); public void setDataRate( double ); |