C#
VB
C++
Gets or sets security type value.
[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)
}
The security type value.
Valid values are "None", "Get", Geta", "Set", and "Seta".
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET