The StoredObject object contains the following properties:
Property List
Name | Description |
---|---|
ChildByName
|
Provides access to a property collection of a child object by collection name. |
ChildCount
|
Returns the number of child collections in the collection that the StoredObject object provides access to. |
Children
|
Returns a StoredObject object that provides access to a property collection of a child object by the index of this collection. |
Name
|
Returns the collection name. |
Properties
|
Provides scripting access to a property value stored in the collection by the value’s index. |
PropertyByName
|
Provides access to a property value stored in the collection by property name. |
PropertyCount
|
Returns the number of property values stored by the collection. |