←Select platform

RepositoryName Property

Summary

Repository name.

Syntax
C#
VB
C++
Java
public string RepositoryName { get; set; } 
Public Property RepositoryName() As String 
   Get 
   Set 
public:  
   property String^ RepositoryName 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public java.lang.String getRepositoryName(); 
public void setRepositoryName( 
   java.lang.String 
); 

Property Value

The forms repository name.

Remarks

Case-insensitive. Used for input and output.

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