Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxXmlTransportBuilder Class / ContainsDataSection Method
The name of the section to test for.


In This Topic
    ContainsDataSection Method
    In This Topic
    Tests if a data section with the given name already exists in the data sections collection of the object.
    Syntax
    'Declaration
     
    
    Public Function ContainsDataSection( _
       ByVal name As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NAjaxXmlTransportBuilder
    Dim name As System.String
    Dim value As System.Boolean
     
    value = instance.ContainsDataSection(name)
    public System.bool ContainsDataSection( 
       System.string name
    )

    Parameters

    name
    The name of the section to test for.

    Return Value

    true if the section exists in the data sections collection of the object; otherwise false.
    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