'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines whether the force is enabled or not")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property Enabled As System.Boolean
'Usage
Dim instance As NForce Dim value As System.Boolean instance.Enabled = value value = instance.Enabled
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether the force is enabled or not")] [System.ComponentModel.DefaultValue(false)] public System.bool Enabled {get; set;}