'Declaration <DefaultValueAttribute()> <CategoryAttribute("URLs")> <DescriptionAttribute("Specifies the default OpenInNewWindow flag.")> Public Property DefaultOpenInNewWindow As Boolean
'Usage Dim instance As SeriesInteractivity Dim value As Boolean instance.DefaultOpenInNewWindow = value value = instance.DefaultOpenInNewWindow
[DefaultValue()] [Category("URLs")] [Description("Specifies the default OpenInNewWindow flag.")] public bool DefaultOpenInNewWindow {get; set;}