Name Property (WebClass, WebItem)

       

Sets or returns the name used in code to identify a WebClass or WebItem object. Read-only at run time.

Syntax

object.Name = [value]

Part Description
object An object expression that evaluates to an object in the Applies To list.
value Alphanumeric value; the name must must start with a letter and can be a maximum of 40 characters. It can include numbers and underline (_) characters but can't include punctuation or spaces.

Remarks

The default name for new objects is the type of object plus a unique integer. For example, the first new WebClass object is WebClass1.