Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxXmlDataSection Class / Data Property


In This Topic
    Data Property (NAjaxXmlDataSection)
    In This Topic
    Gets / sets the raw data of the section.
    Syntax
    'Declaration
     
    
    Public Property Data As System.String
    'Usage
     
    
    Dim instance As NAjaxXmlDataSection
    Dim value As System.String
     
    instance.Data = value
     
    value = instance.Data
    public System.string Data {get; set;}
    Remarks
    In the XML representation of the NAjaxXmlTransport object this property is serialized as CDATA inner XML of the section XML element.
    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