←Select platform

Description Property

Summary

A detailed description of the permission

Syntax

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

Property Value

a detailed description 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly