ActionBuilderAction Property |
Namespace: Kjs.AppLife.Update.Engine.Core.DesignAssembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic UpdateAction Action { get; }
Public ReadOnly Property Action As UpdateAction
Get
public:
property UpdateAction^ Action {
UpdateAction^ get ();
}
member Action : UpdateAction with get
Property Value
Type:
UpdateActionThe
UpdateAction associated with the builder.
Remarks
See Also