Click or drag to resize

ObjectPropertyInfoIsCustomProperty Property

Denotes if the property was introduced by an feature (true) or is a property that is exposed by the object itself (false)

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public bool IsCustomProperty { get; }

Property Value

Type: Boolean
See Also