Activity::Enabled Property
.NET Framework (current version)
Gets or sets a value that indicates whether this instance is enabled for execution and validation.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public: [BrowsableAttribute(true)] property bool Enabled { bool get(); void set(bool value); }
If false, all child activities are treated as if this value is false for them also.
This property is a meta property, which means it cannot be changed at runtime. Meta properties do not change after a property instance is created at runtime, so the property must be set to a literal value at design time.
.NET Framework
Available since 3.0
Available since 3.0
Show: