ImageGear .NET - Updated May 30, 2018
ClientDebug Property (ImGearThumbnailList)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ClientDebug Property
Gets or sets a value indicating whether client side error logging is enabled.
Syntax
'Declaration
 
<DescriptionAttribute("Gets or sets a value indicating whether client side error logging is enabled.")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("Clientside Error logging Properties")>
Public Property ClientDebug As Boolean
 
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Boolean
 
instance.ClientDebug = value
 
value = instance.ClientDebug

Property Value

A boolean value.
Remarks
Turns on or off the Client side error logging. The default value is 'false'.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members