GetPropertyType

This method returns the property type of the item provided in the property parameter. Note that this can include objects if a single object instance is defined as a property to another object. To avoid confusion, a collection property containing objects will return the collection property type, not object.

The types returned by this method will be one of the values in the enumerated list AgentryActiveXPropertyType. See the description of this enumerated list for details of the values it defines.

Prototype

void GetPropertyType 
	(VARIANT const property, enum AgentryActiveXPropertyType* type)

Parameters

  • property - The property for which the type is to be determined.
  • type - The enumerated value of the property type, as defined in the ActiveXPropertyType enumerated list.

Return Value

None (see type parameter description for method return)