ImageGear .NET v24.12 - Updated
ClientDebugErrorLevel Property (ImGearThumbnailList)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ClientDebugErrorLevel Property
Gets or sets the amount of information the Client ImGearThumbnailList control will log.
Syntax
'Declaration
 
<DescriptionAttribute("An enumeration value representing the amount of information the Client ImGearThumbnailList control will log.")>
<CategoryAttribute("Clientside Error logging Properties")>
<BrowsableAttribute(True)>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property ClientDebugErrorLevel As ClientDebugErrorLevel
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As ClientDebugErrorLevel
 
instance.ClientDebugErrorLevel = value
 
value = instance.ClientDebugErrorLevel
[Description("An enumeration value representing the amount of information the Client ImGearThumbnailList control will log.")]
[Category("Clientside Error logging Properties")]
[Browsable(true)]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public ClientDebugErrorLevel ClientDebugErrorLevel {get; set;}
[Description("An enumeration value representing the amount of information the Client ImGearThumbnailList control will log.")]
[Category("Clientside Error logging Properties")]
[Browsable(true)]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property ClientDebugErrorLevel get_ClientDebugErrorLevel();
public: __property void set_ClientDebugErrorLevel( 
   ClientDebugErrorLevel value
);
[Description("An enumeration value representing the amount of information the Client ImGearThumbnailList control will log.")]
[Category("Clientside Error logging Properties")]
[Browsable(true)]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property ClientDebugErrorLevel ClientDebugErrorLevel {
   ClientDebugErrorLevel get();
   void set (    ClientDebugErrorLevel value);
}

Property Value

One of the values ClientDebugErrorLevel.
Remarks
The default value is 'Production'.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members