ImageGear .NET v24.12 - Updated
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
 
<DefaultValueAttribute(False)>
<BrowsableAttribute(True)>
<CategoryAttribute("Clientside Error logging Properties")>
<DescriptionAttribute("Gets or sets a value indicating whether client side error logging is enabled.")>
Public Property ClientDebug As Boolean
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Boolean
 
instance.ClientDebug = value
 
value = instance.ClientDebug
[DefaultValue(false)]
[Browsable(true)]
[Category("Clientside Error logging Properties")]
[Description("Gets or sets a value indicating whether client side error logging is enabled.")]
public bool ClientDebug {get; set;}
[DefaultValue(false)]
[Browsable(true)]
[Category("Clientside Error logging Properties")]
[Description("Gets or sets a value indicating whether client side error logging is enabled.")]
public: __property bool get_ClientDebug();
public: __property void set_ClientDebug( 
   bool value
);
[DefaultValue(false)]
[Browsable(true)]
[Category("Clientside Error logging Properties")]
[Description("Gets or sets a value indicating whether client side error logging is enabled.")]
public:
property bool ClientDebug {
   bool get();
   void set (    bool value);
}

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