True if the task is visible only to its owner; false if this is publicly visible task. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool Private { get; set; }
Public Property Private As Boolean
Get
Set
public:
property bool Private {
bool get ();
void set (bool value);
}
member Private : bool with get, set
Property Value
Type:
Boolean
See Also