Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NServerSettingsSectionHandler Class / Create Method


In This Topic
    Create Method (NServerSettingsSectionHandler)
    In This Topic
    Initializes the server configuration of the control from the web.config file.
    Syntax
    'Declaration
     
    
    Public Function Create( _
       ByVal parent As System.Object, _
       ByVal configContext As System.Object, _
       ByVal section As System.Xml.XmlNode _
    ) As System.Object
    'Usage
     
    
    Dim instance As NServerSettingsSectionHandler
    Dim parent As System.Object
    Dim configContext As System.Object
    Dim section As System.Xml.XmlNode
    Dim value As System.Object
     
    value = instance.Create(parent, configContext, section)
    public System.object Create( 
       System.object parent,
       System.object configContext,
       System.Xml.XmlNode section
    )

    Parameters

    parent
    configContext
    section
    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