Contains information about how to report the results/report back to the sender
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax [BrowsableAttribute(false)]
public Feedback Feedback { get; set; }
<BrowsableAttribute(false)>
Public Property Feedback As Feedback
Get
Set
Dim instance As Job
Dim value As Feedback
value = instance.Feedback
instance.Feedback = value
Property Value
FeedbackSee Also