←Select platform

IdentifierFieldId Property

Summary

The FieldId object used as the identifier field Id.

Syntax
C#
VB
C++
Java
public FieldId IdentifierFieldId { get; set; } 
public FieldId getIdentifierFieldId(); 
public abstract void setIdentifierFieldId( 
   FieldId fieldId 
); 
Public Property IdentifierFieldId() As FieldId 
   Get 
   Set 
public:  
   property FieldId^ IdentifierFieldId 
   { 
      FieldId^ get() 
      void set(FieldId^ value) 
   } 

Property Value

An object of type FieldId associated with this template. 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