PropertyValuePicture Property |
The actual picture of the property for the specified entity (the entity with the specified Id).
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] Picture { get; set; }
Public Property Picture As Byte()
Get
Set
public:
property array<unsigned char>^ Picture {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Picture : byte[] with get, set
Property Value
Type:
Byte
See Also