←Select platform

Name Property

Summary

The name of the permission.

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
public string Name { get; set; } 
public:  
   [DataMemberAttribute] 
   property String^ Name 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

name of 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 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly

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