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


In This Topic
    Attributes Property (NAjaxXmlDataSection)
    In This Topic
    Name-value pairs with attribute data for the section.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Attributes As System.Collections.Specialized.NameValueCollection
    'Usage
     
    
    Dim instance As NAjaxXmlDataSection
    Dim value As System.Collections.Specialized.NameValueCollection
     
    value = instance.Attributes
    public System.Collections.Specialized.NameValueCollection Attributes {get;}
    Remarks
    In the XML representation of the NAjaxXmlTransport object this property is serialized as the attributes 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