Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlWriter Class / WriteAttributeString Method
The name of the attribute.
The value of the attribute.


In This Topic
    WriteAttributeString Method
    In This Topic
    Writes an attribute name/value pair to the current element.
    Syntax
    'Declaration
     
    
    Public Sub WriteAttributeString( _
       ByVal name As System.String, _
       ByVal value As System.String _
    ) 
    'Usage
     
    
    Dim instance As NXmlWriter
    Dim name As System.String
    Dim value As System.String
     
    instance.WriteAttributeString(name, value)
    public void WriteAttributeString( 
       System.string name,
       System.string value
    )

    Parameters

    name
    The name of the attribute.
    value
    The value of the attribute.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also