←Select platform

Name Property

Summary

The field's name.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public string Name { get; set; } 
<DataMemberAttribute()>  
Public Property Name() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property String^ Name 
   { 
      String^ get() 
      void set(String^ value) 
   } 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly