'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether this view is enabled or not")> Public Property Enabled As System.Boolean
'Usage
Dim instance As NAxisPagingView Dim value As System.Boolean instance.Enabled = value value = instance.Enabled
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets a value indicating whether this view is enabled or not")] public System.bool Enabled {get; set;}