←Select platform

Repository Property

Summary

Repository of Master Forms.

Syntax
C#
VB
C++
Java
public IMasterFormsRepository Repository { get; set; } 
Public Property Repository() As IMasterFormsRepository 
   Get 
   Set 
public:  
   property IMasterFormsRepository^ Repository 
   { 
      IMasterFormsRepository^ get() 
      void set(IMasterFormsRepository^ value) 
   } 
getRepository(); 
public void setRepository( 
   IMasterFormsRepository 
); 

Property Value

The master forms repository. Default value is null.

Remarks

The recognition Object Managers will be set to the managers used to generate the Master Forms in this Repository.

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.Auto Assembly

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