VLPropertyList Reference

Read/Write PropertyDefaultCategory

See Also See Also Applies To Applies To

Returns or sets the category to which a property will be added if you don't specify the category for the property.

 

Syntax

object.DefaultCategory [= string]

 

The DefaultCategory property syntax has these parts:

PartDescription
object An object expression that evaluates to the objects in Applies to List
string A string which specifies a category, to which the properties should be added when categories parameter is not specified.

 

Remarks

If you change the value of this property after adding some properties, then the new value will be applicable only to those properties which are added after the change.