FeatureBaseBlueprintPropertyTPropertyBlueprint Method
Access the given property
Definition
Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
The found property blueprint
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
TPropertyBlueprintThe found property blueprint
Exceptions
| FeaturePropertyNotFoundException | No property found with that name |
| FeaturePropertyIncorrectTypeException | The property was found, but it was not of the requested type |