Click or drag to resize

ObjectProxyGetPropertyInfo Method

Queries for extended property infos.

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

Parameters

aProperty
Type: SystemString
the name of the property whose information should be returned

Return Value

Type: ObjectPropertyInfo
a class containing information about the property
Exceptions
ExceptionCondition
ArticyApiExceptiona PropertyNotFound error code may be thrown
See Also