ProductPicturePicture Property |
The actual product picture. Can be null if we insert only some comments.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
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