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