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