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