ObjectVersionObjectContents Property |
The compressed contents of the object. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] ObjectContents { get; set; }
Public Property ObjectContents As Byte()
Get
Set
public:
property array<unsigned char>^ ObjectContents {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member ObjectContents : byte[] with get, set
Property Value
Type:
Byte
See Also