Click or drag to resize

ObjectProxyGetDataType Method

Returns the data type of the property with the specified name.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public PropertyDataType GetDataType(
	string aProperty
)

Parameters

aProperty
Type: SystemString
the name of the property whose data type is to be queried

Return Value

Type: PropertyDataType
the data type
Remarks
The class ObjectPropertyNames contains string constants for the property names of the various articy object types.
See Also