ArcadeStick.User Property

Definition

The user associated with the arcade stick.

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

Property Value

The user associated with the arcade stick.

Implements

Applies to

See also