Indicates wheather the destination document shoul be read only. true - the destination document is read only. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Workflow
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ReadOnly { get; set; }
Public Property ReadOnly As Boolean
Get
Set
public:
property bool ReadOnly {
bool get ();
void set (bool value);
}
member ReadOnly : bool with get, set
Property Value
Type:
Boolean
See Also