| TREEGEN COMPONENT 4.01 |
| Attribute
Object Last modified: April 6,1999 © 2000 Advantys. All rights reserved. |
The Name property contains the Name of an attribute.
Syntax
.NameReturn Values
Returns a String value which is the Name of the current attribute.Examples
<%
Set MyAttribute = MyItem.Attributes(3)
Response.Write("Name=" & MyAttribute.Name)
%>
The Value property contains the value of an attribute.
Syntax
.ValueReturn Values
Returns the value of the current attribute.Examples
<%
Set MyAttribute = MyItem.Attributes(3)
Response.Write("Value=" & MyAttribute.Value)
%>
© 2000 Advantys. All rights reserved.