FeedbackContactInformationResults Property |
The contact information used to process the result file.
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public ContactInformation ContactInformationResults { get; set; }
Public Property ContactInformationResults As ContactInformation
Get
Set
Dim instance As Feedback
Dim value As ContactInformation
value = instance.ContactInformationResults
instance.ContactInformationResults = value
Property Value
ContactInformationRemarks Results will be saved to a new database before sending.
See Also