'Declaration Public Function New( _ ByVal prefix As String, _ ByVal localName As String, _ ByVal nameSpace As String, _ ByVal value As String _ )
'Usage Dim prefix As String Dim localName As String Dim nameSpace As String Dim value As String Dim instance As New XMLSSAttribute(prefix, localName, nameSpace, value)
Parameters
- prefix
- A string representing the XMLSS prefix.
- localName
- A string representing the localName.
- nameSpace
- A string representing the namespace.
- value
- A string representing the value.