Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxXmlTransportBuilder Class / ContainsReincarnateDataSection Method


In This Topic
    ContainsReincarnateDataSection Method
    In This Topic
    Tests if the built-in "reincarnate" data section already exists in the data sections collection of the object.
    Syntax
    'Declaration
     
    
    Public Function ContainsReincarnateDataSection() As System.Boolean
    'Usage
     
    
    Dim instance As NAjaxXmlTransportBuilder
    Dim value As System.Boolean
     
    value = instance.ContainsReincarnateDataSection()
    public System.bool ContainsReincarnateDataSection()

    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