←Select platform

FieldName Property

Summary

Gets the field's name.

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

Property Value

The string associated with this field.

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