Click or drag to resize

LookupServiceIsAutoUpdateEnabled Property

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

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

Property Value

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

Implements

IAutoUpdateIsAutoUpdateEnabled
See Also