Share

AttributeSet.NameIsUsed Property

Parent Object: AttributeSet

Description

Property that returns whether an existing attribute has the specific name or not. Returns True if the name is already being used.

Syntax

AttributeSet.NameIsUsed( AttributeName As String ) As Boolean

Property Value

This is a read only property whose value is a Boolean.

Parameters

Name Type Description
AttributeName String Input String value containing the attribute name to check.

Version

Introduced in version 5

Was this information helpful?