RacingWheel.User Property

Definition

The user associated with the racing wheel.

public:
 property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = racingWheel.user;
Public ReadOnly Property User As User

Property Value

The user associated with the racing wheel.

Implements

Applies to

See also