C#
VB
C++
Determines whether the Context subject is secure or not.
[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)
}
True if the subject is secure; otherwise it is false.
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