ImageGear .NET
ClientDebugErrorLevel Property (PageView)




Gets or sets the amount of information the Client PageView control will log.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<DescriptionAttribute("An enumeration value representing the amount of information the Client PageView control will log.")>
<DefaultValueAttribute()>
<CategoryAttribute("Clientside Error logging Properties")>
Public Property ClientDebugErrorLevel As ClientDebugErrorLevel
'Usage
 
Dim instance As PageView
Dim value As ClientDebugErrorLevel
 
instance.ClientDebugErrorLevel = value
 
value = instance.ClientDebugErrorLevel
[Browsable(true)]
[Description("An enumeration value representing the amount of information the Client PageView control will log.")]
[DefaultValue()]
[Category("Clientside Error logging Properties")]
public ClientDebugErrorLevel ClientDebugErrorLevel {get; set;}
[Browsable(true)]
[Description("An enumeration value representing the amount of information the Client PageView control will log.")]
[DefaultValue()]
[Category("Clientside Error logging Properties")]
public: __property ClientDebugErrorLevel get_ClientDebugErrorLevel();
public: __property void set_ClientDebugErrorLevel( 
   ClientDebugErrorLevel value
);
[Browsable(true)]
[Description("An enumeration value representing the amount of information the Client PageView control will log.")]
[DefaultValue()]
[Category("Clientside Error logging Properties")]
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback