Click or drag to resize
ActionBuilderAction Property
Gets the UpdateAction associated with the builder.

Namespace: Kjs.AppLife.Update.Engine.Core.Design
Assembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public UpdateAction Action { get; }

Property Value

Type: UpdateAction
The UpdateAction associated with the builder.
Remarks
See Also