←Select platform

Id Property

Summary

A unique identifier for this IForm object.

Syntax
C#
C++/CLI
Java
Python
[DataMemberAttribute()] 
public string Id {get; set;} 
public String getId(); 
public abstract void setId( 
   java.lang.String string 
); 
public:  
   [DataMemberAttribute] 
   property String^ Id 
   { 
      String^ get() 
      void set(String^ value) 
   } 
Id # get and set (IForm) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

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