ImageGear .NET v24.12 - Updated
ClientDebug Property (PageView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : ClientDebug Property
Gets or sets a value indicating whether the Client side error logging is enabled.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
<BrowsableAttribute(True)>
<DescriptionAttribute("Gets or sets a value indicating whether the Client side error logging is enabled.")>
<CategoryAttribute("Clientside Error logging Properties")>
Public Property ClientDebug As Boolean
'Usage
 
Dim instance As PageView
Dim value As Boolean
 
instance.ClientDebug = value
 
value = instance.ClientDebug
[DefaultValue(false)]
[Browsable(true)]
[Description("Gets or sets a value indicating whether the Client side error logging is enabled.")]
[Category("Clientside Error logging Properties")]
public bool ClientDebug {get; set;}
[DefaultValue(false)]
[Browsable(true)]
[Description("Gets or sets a value indicating whether the Client side error logging is enabled.")]
[Category("Clientside Error logging Properties")]
public: __property bool get_ClientDebug();
public: __property void set_ClientDebug( 
   bool value
);
[DefaultValue(false)]
[Browsable(true)]
[Description("Gets or sets a value indicating whether the Client side error logging is enabled.")]
[Category("Clientside Error logging Properties")]
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

Reference

PageView Class
PageView Members