Nevron .NET Vision
Nevron.GraphicsCore Namespace / NInteractivityStyle Class / UserData Property


In This Topic
    UserData Property
    In This Topic
    User data to be passed to the client as an atribute of the image map area XML element, corresponding to the related interactive object.
    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
    [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;}
    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