Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxXmlTransport Class / AddDataSection Method
The data section to add. The Name property of the section must not be null and must be unique to the NAjaxXmlTrasport object.


In This Topic
    AddDataSection Method (NAjaxXmlTransport)
    In This Topic
    Adds a new data section to the collection of data sections of the object.
    Syntax
    'Declaration
     
    
    Public Sub AddDataSection( _
       ByVal dataSection As NAjaxXmlDataSection _
    ) 
    'Usage
     
    
    Dim instance As NAjaxXmlTransport
    Dim dataSection As NAjaxXmlDataSection
     
    instance.AddDataSection(dataSection)
    public void AddDataSection( 
       NAjaxXmlDataSection dataSection
    )

    Parameters

    dataSection
    The data section to add. The Name property of the section must not be null and must be unique to the NAjaxXmlTrasport object.
    Exceptions
    ExceptionDescription
    The Name property of the dataSection object is null.
    The NAjaxXmlTransport object already contains a section with a Name property value same as the value of the Name property of the dataSection object.
    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