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