←Select platform

Name Property

Summary

The field's name.

Syntax
C#
C++/CLI
Python
[DataMemberAttribute()] 
public string Name { get; set; } 
public:  
   [DataMemberAttribute] 
   property String^ Name 
   { 
      String^ get() 
      void set(String^ value) 
   } 
Name # get and set (Field) 

Property Value

The string associated with this field.

Remarks

The name of the field is used to distinguish different fields in the same page. Whenever a field is added to the Page.Fields collection, the OMR toolkit checks for any duplicated names used for the fields. If any duplications are found, they are reported as errors to the user.

Requirements

Target Platforms

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

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.