Click or drag to resize

IAutoUpdateIsAutoUpdateEnabled Property

Gets or sets a value indicating whether this instance will automatically update cross references between AutomationML objects.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
bool IsAutoUpdateEnabled { get; set; }

Property Value

Boolean
true if the automatic update is enabled; otherwise, false.
See Also