Description
The KEY parameter can be a VARIANT of type BSTR, which is the textual name of a single Attribute, or a LONG, which would indicate the DID of an Attribute. The opposite value will be returned: BSTR returns LONG and vice-versa
-
Property type
-
A Variant value.
-
Syntax
-
object.Item(Key) [= value]
The Item Property syntax has these parts: |
| object | An expression evaluating to an object of type McStreamAttributes. | | Key | Required. A Variant value. | | value | A Variant value. |
|