ImageGear .NET v25.2 - Updated
ClientDebugErrorLevel Property (PageView)




ImageGear.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : ClientDebugErrorLevel Property
Gets or sets the amount of information the Client PageView control will log.
Syntax
'Declaration
 
<CategoryAttribute("Clientside Error logging Properties")>
<BrowsableAttribute(True)>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<DescriptionAttribute("An enumeration value representing the amount of information the Client PageView control will log.")>
Public Property ClientDebugErrorLevel As ClientDebugErrorLevel
'Usage
 
Dim instance As PageView
Dim value As ClientDebugErrorLevel
 
instance.ClientDebugErrorLevel = value
 
value = instance.ClientDebugErrorLevel
[Category("Clientside Error logging Properties")]
[Browsable(true)]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Description("An enumeration value representing the amount of information the Client PageView control will log.")]
public ClientDebugErrorLevel ClientDebugErrorLevel {get; set;}
[Category("Clientside Error logging Properties")]
[Browsable(true)]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Description("An enumeration value representing the amount of information the Client PageView control will log.")]
public: __property ClientDebugErrorLevel get_ClientDebugErrorLevel();
public: __property void set_ClientDebugErrorLevel( 
   ClientDebugErrorLevel value
);
[Category("Clientside Error logging Properties")]
[Browsable(true)]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Description("An enumeration value representing the amount of information the Client PageView control will log.")]
public:
property ClientDebugErrorLevel ClientDebugErrorLevel {
   ClientDebugErrorLevel get();
   void set (    ClientDebugErrorLevel value);
}

Property Value

One of the values ClientDebugErrorLevel. The default value is 'Production'.
Remarks
One of the values ClientDebugErrorLevel. The default value is 'Production'.
See Also

Reference

PageView Class
PageView Members

Is this page helpful?
Yes No
Thanks for your feedback.