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


In This Topic
    Name Property (NAjaxXmlDataSection)
    In This Topic
    Gets / sets the name of the section.
    Syntax
    'Declaration
     
    
    Public Property Name As System.String
    'Usage
     
    
    Dim instance As NAjaxXmlDataSection
    Dim value As System.String
     
    instance.Name = value
     
    value = instance.Name
    public System.string Name {get; set;}
    Remarks
    The name must be unique within a single NAjaxXmlTransport object. In the XML representation of the NAjaxXmlTransport object this property is serialized as the tag name 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