| TreeNodeSetAttribute Method |
Additional attributes for the tree node.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public void SetAttribute(
ref string AttrName,
ref string AttrValue
)
Public Sub SetAttribute (
ByRef AttrName As String,
ByRef AttrValue As String
)
Parameters
- AttrName
- Type: SystemString
- AttrValue
- Type: SystemString
Remarks See Also