'Declaration
Public Property Enabled As Boolean
'Usage
Dim instance As UAPubSubConfigurationElement Dim value As Boolean instance.Enabled = value value = instance.Enabled
public bool Enabled {get; set;}
Property Value
The default value of this property is False
.