←Select platform

FieldName Property

Summary

The name of the field.

Syntax
C#
VB
C++
Java
[DataMemberAttribute()] 
public string FieldName { get; set; } 
public String getFieldName(); 
public void setFieldName( 
   java.lang.String string 
); 
<DataMemberAttribute()>  
Public Property FieldName() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property String^ FieldName 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string value that represents the field's name. The default value is null.

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