ImageGear .NET - Updated October 26, 2017
ClientDebug Property (PageView)




ImageGear23.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
 
<CategoryAttribute("Clientside Error logging Properties")>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets a value indicating whether the Client side error logging is enabled.")>
<BrowsableAttribute(True)>
Public Property ClientDebug As Boolean
 
'Usage
 
Dim instance As PageView
Dim value As Boolean
 
instance.ClientDebug = value
 
value = instance.ClientDebug
Remarks
Turns on or off the Client side error logging. The default value is 'false'.
See Also

Reference

PageView Class
PageView Members