←Select platform

FriendlyName Property

Summary
Gets the friendly name of this class.
Syntax
C#
VB
Objective-C
C++
Java
public override string FriendlyName { get; } 
Public Overrides ReadOnly Property FriendlyName As String 
@property (nonatomic, copy, readonly) NSString *friendlyName 
@Override public String getFriendlyName() 
public: 
property String^ FriendlyName { 
   String^ get() override; 
} 

Property Value

A String that contains a friendly name of this class.

Remarks

The returned value that can be used in an application user-interface component. The C# and VB Barcode demos use FriendlyName.

Requirements

Target Platforms

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

Leadtools.Barcode Assembly

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