ImageGear for .NET
ClientDebugErrorLevel Property (ImGearThumbnailList)




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

Property Value

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

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback