←Select platform

AbortReason Property

Summary

The reason this job should be aborted.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public string AbortReason { get; set; } 
<DataMemberAttribute()>  
Public Property AbortReason() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property String^ AbortReason 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The reason this job should be aborted.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly