'Declaration <DescriptionAttribute("An enumeration value representing the amount of information the Client PageView control will log.")> <CategoryAttribute("Clientside Error logging Properties")> <BrowsableAttribute(True)> <DefaultValueAttribute()> Public Property ClientDebugErrorLevel As ClientDebugErrorLevel
'Usage Dim instance As PageView Dim value As ClientDebugErrorLevel instance.ClientDebugErrorLevel = value value = instance.ClientDebugErrorLevel
[Description("An enumeration value representing the amount of information the Client PageView control will log.")] [Category("Clientside Error logging Properties")] [Browsable(true)] [DefaultValue()] public ClientDebugErrorLevel ClientDebugErrorLevel {get; set;}
[Description("An enumeration value representing the amount of information the Client PageView control will log.")] [Category("Clientside Error logging Properties")] [Browsable(true)] [DefaultValue()] public: __property ClientDebugErrorLevel get_ClientDebugErrorLevel(); public: __property void set_ClientDebugErrorLevel( ClientDebugErrorLevel value );
[Description("An enumeration value representing the amount of information the Client PageView control will log.")] [Category("Clientside Error logging Properties")] [Browsable(true)] [DefaultValue()] public: property ClientDebugErrorLevel ClientDebugErrorLevel { ClientDebugErrorLevel get(); void set ( ClientDebugErrorLevel value); }