FeatureBaseBlueprintPropertyTPropertyBlueprint Method

Access the given property

Definition

Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public TPropertyBlueprint Property<TPropertyBlueprint>(
	string aPropertyTechnicalName
)
where TPropertyBlueprint : PropertyBlueprint

Parameters

aPropertyTechnicalName  String
The technical name of the property

Type Parameters

TPropertyBlueprint
The requested target blueprint type

Return Value

TPropertyBlueprint
The found property blueprint

Exceptions

FeaturePropertyNotFoundExceptionNo property found with that name
FeaturePropertyIncorrectTypeExceptionThe property was found, but it was not of the requested type

See Also