←Select platform

FriendlyName Property

Summary

A friendly name (suitable for display) for the permission.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public string FriendlyName { get; set; } 
<DataMemberAttribute()>  
Public Property FriendlyName() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property String^ FriendlyName 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

a friendly name (suitable for display) for the permission.

Remarks

The Permission.Name is typically a word with no spaces.

The Permission.FriendlyName is used for display. It will typically have spaces between words, and be more descriptive than the Permission.Name.

The Permission.Description is a detailed description of the permission.

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.Medical.WebViewer.ExternalControl Assembly

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