FeedbackCompressResultsForUpload Property |
If true, the results will be zipped before the upload.
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxpublic bool CompressResultsForUpload { get; set; }Public Property CompressResultsForUpload As Boolean
Get
Set
Dim instance As Feedback
Dim value As Boolean
value = instance.CompressResultsForUpload
instance.CompressResultsForUpload = value
Property Value
Boolean
See Also