PartyPictureIsLogo Property |
If checked specifies that this picture is used to visualize the logo of this party in the system. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsLogo { get; set; }
Public Property IsLogo As Boolean
Get
Set
public:
property bool IsLogo {
bool get ();
void set (bool value);
}
member IsLogo : bool with get, set
Property Value
Type:
Boolean
See Also