PrintoutAllowPrintingOnState Property |
The user can print documents only with state equal or greater than Allow_Printing_On_State. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PrintoutsRepositoryAllowPrintingOnState AllowPrintingOnState { get; set; }
Public Property AllowPrintingOnState As PrintoutsRepositoryAllowPrintingOnState
Get
Set
public:
property PrintoutsRepositoryAllowPrintingOnState^ AllowPrintingOnState {
PrintoutsRepositoryAllowPrintingOnState^ get ();
void set (PrintoutsRepositoryAllowPrintingOnState^ value);
}
member AllowPrintingOnState : PrintoutsRepositoryAllowPrintingOnState with get, set
Property Value
Type:
PrintoutsRepositoryAllowPrintingOnState
See Also