ObjectPropertyNamesTechnicalName Field

The TechnicalName as it can be found in the objects property sheet [string, valid identifier names only] Check HasTechnicalName to check whether an object has this property. (E.g. SystemFolder objects like "Entities" do not have technical names)

Definition

Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public const string TechnicalName = "TechnicalName"

Field Value

String

See Also