'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("User data to be passed to the client as an atribute of the image map area XML element, corresponding to the related interactive object.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property UserData As NUserDataAttribute
'Usage
Dim instance As NInteractivityStyle Dim value As NUserDataAttribute instance.UserData = value value = instance.UserData
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("User data to be passed to the client as an atribute of the image map area XML element, corresponding to the related interactive object.")] [System.Xml.Serialization.XmlIgnore()] public NUserDataAttribute UserData {get; set;}