Slide..::..ImageBytes Property
Gets or sets the image bytes.
Namespace:
MichaelBrandonMorris.KingsportMillSafetyTraining.Db.ModelsAssembly: MichaelBrandonMorris.KingsportMillSafetyTraining.Db (in MichaelBrandonMorris.KingsportMillSafetyTraining.Db.dll)
Syntax
[DisplayAttribute] public byte[] ImageBytes { get; set; }
<DisplayAttribute> _ Public Property ImageBytes As Byte() Get Set
[DisplayAttribute] public: property array<unsigned char^>^ ImageBytes { array<unsigned char^>^ get (); void set (array<unsigned char^>^ value); }