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.23.63
Syntax public 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
BooleanSee Also