Defines if the file is added to the local database for storage
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool KeepFile { get; set; }
Public Property KeepFile As Boolean
Get
Set
Dim instance As Storage
Dim value As Boolean
value = instance.KeepFile
instance.KeepFile = value
Property Value
BooleanSee Also