Allowed Property

Summary
Gets or sets the allowed value.
Syntax
C#
VB
C++
[ColumnAttribute(DbType="Bit", Storage="_Allowed")] 
public Nullable<bool> Allowed { get; set; } 
<ColumnAttribute(DbType:="Bit", Storage:="_Allowed")>  _ 
Public Overridable Property Allowed() As System.Nullable(Of System.Boolean) 
 Get 
 Set 
public: [ColumnAttribute(DbType=L"Bit", Storage=L"_Allowed")] 
virtual property System.Nullable<System.Boolean^ >^  Allowed 
{ 
 System.Nullable<System.Boolean^ >^  get() 
 System::Void set(System.Nullable<System.Boolean^ >^  value) 
} 

Property Value

Returns true if the application is allowed to join the context; otherwise it returns false.

Requirements

Target Platforms

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

Leadtools.Ccow.Server Assembly

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