←Select platform

SecurityType Property

Summary

Gets or sets security type value.

Syntax

C#
VB
C++
[ColumnAttribute(DbType="NVarChar(6)", Storage="_SecurityType")] 
public string SecurityType { get; set; } 
<ColumnAttribute(DbType:="NVarChar(6)", Storage:="_SecurityType")>  _ 
Public Overridable Property SecurityType() As System.String 
 Get 
 Set 
public: [ColumnAttribute(DbType=L"NVarChar(6)", Storage=L"_SecurityType")] 
virtual property System.String^  SecurityType 
{ 
 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly