Dynamicweb 8 Documentation
XmlAttributeName Property

Gets or sets the name of the XML attribute. A tag is rendered as <DWPageID>54</DWPageID> in the XML. Using XmlAttributeName and XmlAttributeValue adds an attribute and the specified value to the tagname node.
Syntax
'Declaration
 
Public Property XmlAttributeName As String
public string XmlAttributeName {get; set;}

Property Value

The name of the XML 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

Reference

Tag Class
Tag Members

Send Feedback