IPrintoutLayoutBinaryLayout Property |
The binary contents of the layout.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxbyte[] BinaryLayout { get; set; }
Property BinaryLayout As Byte()
Get
Set
property array<unsigned char>^ BinaryLayout {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
abstract BinaryLayout : byte[] with get, set
Property Value
Type:
Byte
See Also