NamedActionEntity.Entity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property ActionEntity ^ Entity { ActionEntity ^ get(); void set(ActionEntity ^ value); };
ActionEntity Entity();
void Entity(ActionEntity value);
public ActionEntity Entity { get; set; }
var actionEntity = namedActionEntity.entity;
namedActionEntity.entity = actionEntity;
Public Property Entity As ActionEntity
Property Value
An action entity.