Nevron.GraphicsCore Namespace / NInteractivityStyle Class / UserData Property


UserData Property
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also