Contains information about storing the file in the local database
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax [BrowsableAttribute(false)]
public Storage Storage { get; set; }
<BrowsableAttribute(false)>
Public Property Storage As Storage
Get
Set
Dim instance As Job
Dim value As Storage
value = instance.Storage
instance.Storage = value
Property Value
StorageSee Also