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