Nevron .NET Vision
Nevron.ThinWeb Namespace / NAspNetThinWebControl Class / CustomData Property


In This Topic
    CustomData Property
    In This Topic
    Gets or sets an object that is persisted with the control across roundtrips
    Syntax
    'Declaration
     
    
    Public Property CustomData As System.Object
    'Usage
     
    
    Dim instance As NAspNetThinWebControl
    Dim value As System.Object
     
    instance.CustomData = value
     
    value = instance.CustomData
    public System.object CustomData {get; set;}
    Remarks
    The object must be an object that can be binary serialized by the .NET framework.
    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