Click or drag to resize

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)

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

Field Value

Type: String
See Also