←Select platform

Name Property

Summary

Gets or sets the form's attributes name.

Syntax

C#
VB
C++
Java
public string Name { get; set; } 
  
Public Property Name As String 
public String getName(); 
public void setName( 
   java.lang.String string 
); 
public: 
property String^ Name { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A string that is associated with this form.

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.Recognition Assembly