|
| DotRas SDK Documentation |
| RasLinkStatistics..::..LinkSpeed Property |
| RasLinkStatistics Class See Also Send Feedback |
|
Gets the speed of the link, in bits per second.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public long LinkSpeed { get; } |
| Visual Basic |
|---|
Public ReadOnly Property LinkSpeed As Long Get |
| Visual C++ |
|---|
public: property long long LinkSpeed { long long get (); } |
| F# |
|---|
member LinkSpeed : int64 with get |