 | LookupServiceIsAutoUpdateEnabled Property |
Gets or sets a value indicating whether this instance will automatically update
cross references between AutomationML objects.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic bool IsAutoUpdateEnabled { get; set; }
Public Property IsAutoUpdateEnabled As Boolean
Get
Set
public:
virtual property bool IsAutoUpdateEnabled {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Booleantrue if the automatic update is enabled; otherwise,
false.
Implements
IAutoUpdateIsAutoUpdateEnabled
See Also