Click or drag to resize

StatusConditionEntity Property

Gets the Entity associated with the StatusCondition.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public Entity Entity { get; }

Property Value

Type: Entity
Remarks
Note that there is exactly one Entity associated with each StatusCondition.
See Also