Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the track speed for the event.
Definition
Visual Basic Public ReadOnly Property Speed As Single C# public float Speed { get; } C++ public:
property float Speed {
float get();
}JScript public function get Speed() : float
Property Value
System.Single
Track speed for the event.This property is read-only.