Enabled Property
- Last UpdatedNov 06, 2025
- 1 minute read
Determines if this Object.Command can be executed by Middleware.
'Declaration
<XmlAttributeAttribute()>
Public Property Enabled As Boolean
'Usage
Dim instance As ObjectCommand
Dim value As Boolean
instance.Enabled = value
value = instance.Enabled
[XmlAttribute()]
public bool Enabled {get; set;}