ImageGear for .NET
ClientDebug Property (ImGearThumbnailList)




Gets or sets a value indicating whether client side error logging is enabled.
Syntax
'Declaration
 
<CategoryAttribute("Clientside Error logging Properties")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<DescriptionAttribute("Gets or sets a value indicating whether client side error logging is enabled.")>
Public Property ClientDebug As Boolean
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As Boolean
 
instance.ClientDebug = value
 
value = instance.ClientDebug
[CategoryAttribute("Clientside Error logging Properties")]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[DescriptionAttribute("Gets or sets a value indicating whether client side error logging is enabled.")]
public bool ClientDebug {get; set;}
[CategoryAttribute("Clientside Error logging Properties")]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[DescriptionAttribute("Gets or sets a value indicating whether client side error logging is enabled.")]
public: __property bool get_ClientDebug();
public: __property void set_ClientDebug( 
   bool value
);
[CategoryAttribute("Clientside Error logging Properties")]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[DescriptionAttribute("Gets or sets a value indicating whether client side error logging is enabled.")]
public:
property bool ClientDebug {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value.
Remarks
Turns on or off the Client side error logging. The default value is 'false'.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback