FeatureBaseBlueprintItem Property

Access the properties directly

Definition

Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public PropertyBlueprint this[
	string aPropertyTechnicalName
] { get; }

Parameters

aPropertyTechnicalName  String

Return Value

PropertyBlueprint
The found property with the given technical name or null

See Also