ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ThumbnailView Class / ClientDebug Property




In This Topic
    ClientDebug Property (ThumbnailView)
    In This Topic
    Gets or sets a value indicating whether client side error logging is enabled.
    Syntax
    'Declaration
     
    <CategoryAttribute("Clientside Error logging Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("Gets or sets a value indicating whether client side error logging is enabled.")>
    Public Property ClientDebug As Boolean
    'Usage
     
    Dim instance As ThumbnailView
    Dim value As Boolean
     
    instance.ClientDebug = value
     
    value = instance.ClientDebug
    [Category("Clientside Error logging Properties")]
    [Browsable(true)]
    [DefaultValue(false)]
    [Description("Gets or sets a value indicating whether client side error logging is enabled.")]
    public bool ClientDebug {get; set;}
    [Category("Clientside Error logging Properties")]
    [Browsable(true)]
    [DefaultValue(false)]
    [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
    );
    [Category("Clientside Error logging Properties")]
    [Browsable(true)]
    [DefaultValue(false)]
    [Description("Gets or sets a value indicating whether client side error logging is enabled.")]
    public:
    property bool ClientDebug {
       bool get();
       void set (    bool value);
    }
    Remarks
    Turns on or off the Client side error logging. The default value is 'false'.
    See Also