Security Property

Summary

Gets or sets the security type.

Syntax
C#
VB
C++
[ColumnAttribute(DbType="NVARCHAR(4)", Storage="_Security")] 
public string Security { get; set; } 
<ColumnAttribute(DbType:="NVARCHAR(4)", Storage:="_Security")>  _ 
Public Overridable Property Security() As System.String 
 Get 
 Set 
public: [ColumnAttribute(DbType=L"NVARCHAR(4)", Storage=L"_Security")] 
virtual property System.String^  Security 
{ 
 System.String^  get() 
 System::Void set(System.String^  value) 
} 

Property Value

The security type value.

Remarks

Valid values are "None", "Get", Geta", "Set", and "Seta".

Requirements

Target Platforms

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

Leadtools.Ccow.Server Assembly