Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.Server.Data Namespace > CCOWApplication Class : Allowed Property |
[ColumnAttribute(DbType="Bit", Storage="_Allowed")] public Nullable<bool> Allowed {get; set;}
'Declaration
<ColumnAttribute(DbType="Bit", Storage="_Allowed")> Public Property Allowed As Nullable(Of Boolean)
'Usage
Dim instance As CCOWApplication Dim value As Nullable(Of Boolean) instance.Allowed = value value = instance.Allowed
[ColumnAttribute(DbType="Bit", Storage="_Allowed")] public: property Nullable<bool> Allowed { Nullable<bool> get(); void set ( Nullable<bool> value); }