DevForce Help Reference
EntityGroup Property


The EntityGroup that this Entity belongs to.
Syntax
'Declaration
 
Public Property EntityGroup As EntityGroup
'Usage
 
Dim instance As EntityAspect
Dim value As EntityGroup
 
instance.EntityGroup = value
 
value = instance.EntityGroup
public EntityGroup EntityGroup {get; set;}
Remarks
Note that the EntityGroup will never be null (it will be a prototype group in the event that this entity is not yet attached to a specific entity manager.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityAspect Class
EntityAspect Members

Send Feedback