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


In This Topic
    Attributes Property (NAjaxXmlDataSection)
    In This Topic
    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;}
    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