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