C#
VB
C++
Gets or sets the allowed value.
[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)
}
Returns true if the application is allowed to join the context; otherwise it returns 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