Get/Set if the user can create folio
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool CanCreateFolio { get; set; } |
Visual Basic |
---|
Property CanCreateFolio As Boolean Get Set |
Visual C++ |
---|
property bool CanCreateFolio { bool get (); void set (bool value); } |