'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Whether or not to open a new window to show the specified URL Page.")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property OpenInNewWindow As System.Boolean
'Usage
Dim instance As NUrlLinkAttribute Dim value As System.Boolean instance.OpenInNewWindow = value value = instance.OpenInNewWindow
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Whether or not to open a new window to show the specified URL Page.")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool OpenInNewWindow {get; set;}