Click or drag to resize

ApiSessionGetFeaturePropertyInfo Method

Requests the PropertyInfo object for a feature property

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

Parameters

aPropertyName
Type: SystemString
the full qualified propertyname in the form <FeatureName>.<PropertyName>

Return Value

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