Click or drag to resize
ActionBuilderIsValid Property
Gets a value indicating whether the builder's Action is valid.

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 bool IsValid { get; }

Property Value

Type: Boolean
if the builder's Action is valid; otherwise, .
Remarks
See Also