Table of Contents

Field IncludesNestedDynamicProperties

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

Flag indicating if the entity includes nested dynamic properties that require normalization.

public bool IncludesNestedDynamicProperties

Returns

bool
Flag indicating if the entity includes nested dynamic properties that require normalization.

Remarks

When set to true, accessing dynamic properties will trigger normalization via class overrides. For example, the Project class sets this to true to handle nested client_interfaces arrays.