Enabled Property
- Last UpdatedMar 17, 2026
- 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;}