←Select platform

Secure Property

Summary

Determines whether the Context subject is secure or not.

Syntax

C#
VB
C++
[ColumnAttribute(DbType="Bit NOT NULL", Storage="_Secure")] 
public bool Secure { get; set; } 
<ColumnAttribute(DbType:="Bit NOT NULL", Storage:="_Secure")>  _ 
Public Overridable Property Secure() As System.Boolean 
 Get 
 Set 
public: [ColumnAttribute(DbType=L"Bit NOT NULL", Storage=L"_Secure")] 
virtual property System.Boolean^  Secure 
{ 
 System.Boolean^  get() 
 System::Void set(System.Boolean^  value) 
} 

Property Value

True if the subject is secure; otherwise it is false.

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.Ccow.Server Assembly