←Select platform

Id Property

Summary

A unique identifier for this IForm object.

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

Property Value

A unique string value that can be used to identify the IForm object. The default value is null.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.