JobOverrideAttributesWithFile Property |
If true the given secondary parameters will be overwritten with whatever
is extracted from the datafile.
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool OverrideAttributesWithFile { get; set; }
Public Property OverrideAttributesWithFile As Boolean
Get
Set
Dim instance As Job
Dim value As Boolean
value = instance.OverrideAttributesWithFile
instance.OverrideAttributesWithFile = value
Property Value
BooleanSee Also