Gets or sets the entity of the action.
Namespace: ConnectedApps.Cms.Entities.SynchronizationAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ActionEntity Entity { get; set; }
Public Property Entity As ActionEntity
Get
Set
public:
property ActionEntity^ Entity {
ActionEntity^ get ();
void set (ActionEntity^ value);
}
member Entity : ActionEntity with get, set
Property Value
Type:
ActionEntity
See Also