CollectionItem.Type

Description

Returns the object's typeas a String.

C# Syntax

// get accessor

String rtn = CollectionItem.Type;

Examples

VBScript Example

set oCollectionItem = CreateObject("XSI.CollectionItem")

oCollectionItem.Value = "Camera"

logmessage "Object type = " & oCollectionItem.Type