Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Emmanuel S
on
Nick Thissen wrote:
// If you bind to 'entitysessionresult_object':
var result = (IEntitySessionResult)value;
var entity = result.Entity;


var id = entity.Id;
var name = entity.Name;

If I understand, if I use this part of code, "var name" will return TeamName if it is a Team Session and Driver Name in other case ?