'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("A custom script to be injected in the generated in the Html image map.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property CustomScript As NCustomScriptAttribute
'Usage
Dim instance As NInteractivityStyle Dim value As NCustomScriptAttribute instance.CustomScript = value value = instance.CustomScript
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("A custom script to be injected in the generated in the Html image map.")] [System.Xml.Serialization.XmlIgnore()] public NCustomScriptAttribute CustomScript {get; set;}