←Select platform

Account Property

Summary

Gets or sets the account value (i.e. On-Us Field).

Syntax
C#
VB
Objective-C
C++
Java
public string Account { get; set; } 
Public Property Account As String 
@property (nonatomic, copy, nullable) NSString *account 
public String getAccount() 
public void setAccount(String value) 
public: 
property String^ Account { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The account value (i.e. On-Us Field). Default value is null.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly