←Select platform

Account Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string Account { get; set; } 
Public Property Account As String 
public string Account {get; set;} 
@property (nonatomic, copy, nullable) NSString *account 
public String getAccount() 
public void setAccount(String value) 
             
 <br/>get_Account();<br/>set_Account(value);<br/>Object.defineProperty('Account');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly