ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > ThumbnailView Class : ClientDebugErrorLevel Property |
'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 ThumbnailView Dim value As ClientDebugErrorLevel instance.ClientDebugErrorLevel = value value = instance.ClientDebugErrorLevel
[DescriptionAttribute("An enumeration value representing the amount of information the Client PageView control will log.")] [CategoryAttribute("Clientside Error logging Properties")] [BrowsableAttribute(true)] [DefaultValueAttribute()] public ClientDebugErrorLevel ClientDebugErrorLevel {get; set;}
[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 get_ClientDebugErrorLevel(); public: __property void set_ClientDebugErrorLevel( ClientDebugErrorLevel value );
[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 ClientDebugErrorLevel { ClientDebugErrorLevel get(); void set ( ClientDebugErrorLevel value); }