←Select platform

Name Property

Summary

Gets or sets the field's name.

Syntax

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

Property Value

The string associated with this field.

Requirements

Target Platforms

See Also

Reference

FormField Class

FormField Members

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 Assembly