Query tscollection
object property
values
value = get(tsc,'PropertyName')
value = get(tsc,'PropertyName')
returns the value of the specified property of the tscollection
object
tsc. The following syntax is equivalent:
value = tsc.PropertyName
get(tsc)
displays all properties and values
of the tscollection
object tsc.