←Select platform

Encrypted Property

Summary

Gets or sets the value of the Encrypted column for this row.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public bool Encrypted { get; set; } 
<DebuggerNonUserCodeAttribute()>  
Public Property Encrypted() As Boolean 
   Get 
   Set 
public:  
   [DebuggerNonUserCodeAttribute] 
   property bool Encrypted 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

The value of the Encrypted Date column for this row.

Remarks

true if the item is encrypted/protected.

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.Caching Assembly