[DefaultValue()]
[Category("Clientside Error logging Properties")]
[Browsable(true)]
[Description("An enumeration value representing the amount of information the Client PageView control will log.")]
public ClientDebugErrorLevel ClientDebugErrorLevel {get; set;}
[DefaultValue()]
[Category("Clientside Error logging Properties")]
[Browsable(true)]
[Description("An enumeration value representing the amount of information the Client PageView control will log.")]
public: __property ClientDebugErrorLevel get_ClientDebugErrorLevel();
public: __property void set_ClientDebugErrorLevel(
ClientDebugErrorLevelvalue
);