'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether trackers manager is enabled. Setting this property to false will globally disable the creating of all types of trackers.")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property Enabled As System.Boolean
'Usage
Dim instance As NTrackersManager Dim value As System.Boolean instance.Enabled = value value = instance.Enabled
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether trackers manager is enabled. Setting this property to false will globally disable the creating of all types of trackers.")] [System.ComponentModel.DefaultValue(true)] public System.bool Enabled {get; set;}