Enabled Property (PSObject)
Gets or sets whether the object can receive focus and respond to user actions.
public override bool Enabled {get; set;}
'Declaration
Public Overrides Property Enabled As Boolean
'Usage
Dim instance As PSObject
Dim value As Boolean
instance.Enabled = value
value = instance.Enabled