Click or drag to resize

ApiSessionGetClassPropertyInfo Method

Requests the PropertyInfo object for a object class property.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ObjectPropertyInfo GetClassPropertyInfo(
	ObjectType aObjectType,
	string aPropertyName
)

Parameters

aObjectType
Type: Articy.ApiObjectType
the objects type
aPropertyName
Type: SystemString
the propertyname of the class

Return Value

Type: ObjectPropertyInfo
the property Info object or null if the information was not found
See Also