←Select platform

Name Property

Summary

Returns the Master Form name.

Syntax

C#
VB
C++
Java
public string Name { get; } 
  
Public ReadOnly Property Name As String 
public java.lang.String getName(); 
public: 
property String^ Name { 
   String^ get(); 
} 

Property Value

The Master Form name.

Remarks

The source code for this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

Example

For an example, refer to GenerateMasterFormAttributes.

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