Contents Index Topic Contents | ||
Previous Topic: ItemValid Property Next Topic: Method |
ValidItems Property
Defines the valid item names of the object.
Syntax
object.ValidItems=value
Parameters
object Required. An object expression that evaluates to a ChatItems object. value Required. A variant that is an array of variants that are strings. When the ChatItems object has no valid items set, the Empty keyword as a variant is valid. (The Empty keyword is used as a variant subtype. It indicates an uninitialized variable value.) Remarks
Access is read-only.
See Also