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