Dynamicweb 8 Documentation
XmlAttributeValue Property

Gets or sets the XML attribute value. 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 XmlAttributeValue As String
public string XmlAttributeValue {get; set;}

Property Value

The XML attribute value.
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