FeatureUsageBlueprintDisplayName Property

The display name of the feature

Definition

Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public ReadOnlyBlueprintMultiLanguageText DisplayName { get; }

Property Value

ReadOnlyBlueprintMultiLanguageText

Remarks

To change the name, you need to get the feature as an ObjectProxy itself, not via the blueprint framework. As this is just a usage reference.

See Also