←Select platform

Status Property

Summary

Indicates the status of processing the Field.

Syntax
C#
VB
C++
public FieldStatus Status { get; set; } 
Public Property Status() As FieldStatus 
   Get 
   Set 
public:  
   property FieldStatus^ Status 
   { 
      FieldStatus^ get() 
      void set(FieldStatus^ value) 
   } 

Property Value

Enumeration of type FieldStatus representing the status of processing Field. The value can be Success if the process succeeded and Failed otherwise.

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.Forms.Processing.Omr Assembly