←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly