TREEGEN COMPONENT 4.01
Attribute Object
Last modified: April 6,1999 
© 2000 Advantys. All rights reserved.

Name

The Name property contains the Name of an attribute.

Syntax
.Name

Return Values
Returns a String value which is the Name of the current attribute.

Examples
<%
Set MyAttribute = MyItem.Attributes(3)
Response.Write("Name=" & MyAttribute.Name)
%>


Value

The Value property contains the value of an attribute.

Syntax
.Value

Return Values
Returns the value of the current attribute.

Examples
<%
Set MyAttribute = MyItem.Attributes(3)
Response.Write("Value=" & MyAttribute.Value)
%>


© 2000 Advantys. All rights reserved.