public Entity PlayerEntity { get; set; }
Public Property PlayerEntity As Entity Get Set
public: property Entity^ PlayerEntity { Entity^ get (); void set (Entity^ value); }
member PlayerEntity : Entity with get, set
void DoSomething(ActParticipation foo) { // This property is used with .LoadProperty to provide convenient loading of data var playerType = foo.LoadProperty(o=>o.PlayerEntity).TypeConceptKey; }
Copyright (C) 2026 SanteSuite Inc. and the SanteSuite Contributors (see NOTICE.md)