←Select platform

Name Property

Summary

The name of the TemplateGrades object.

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

Property Value

A string value representing the name of the TemplateGrades object. The default value is null.

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.Processing.Omr Assembly