←Select platform

Id Property

Summary

The unique identifier for each field in the Fields collection.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public int Id { get; set; } 
<DataMemberAttribute()>  
Public Property Id() As Integer 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property Int32 Id 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

A FieldId object that represents a unique identifier of the Field. 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