Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Exporting Namespace / XMLSSAttribute Class / XMLSSAttribute Constructor / XMLSSAttribute Constructor(String,String)
A string representing the localName of the XMLSS attribute.
The value of the XMLSS attribute.


In This Topic
    XMLSSAttribute Constructor(String,String)
    In This Topic
    Initializes a new instance of the XMLSSAttribute class with the default XMLSS prefix and namespace, but using the specified localName and value.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal localName As String, _
       ByVal value As String _
    )
    'Usage
     
    Dim localName As String
    Dim value As String
     
    Dim instance As New XMLSSAttribute(localName, value)
    public XMLSSAttribute( 
       string localName,
       string value
    )

    Parameters

    localName
    A string representing the localName of the XMLSS attribute.
    value
    The value of the XMLSS attribute.
    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