Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
Appends an end of an attribute in XML format to the object’s string builder.
SP.XmlWriter.writeEndAttribute();
Exceptions
Sys.InvalidOperationException
The attribute is closed.
Remarks
This method closes the attribute that was opened in the SP.XmlWriter.writeStartAttribute(localName) Method.