Property Layout
Layout
Gets or sets the target data layout for this module
IDataLayout Layout { get; set; }
Property Value
Remarks
The setter uses a by value copy where the input value is serialized to a string and then set via DataLayoutString. That is, even if the implementation of IDataLayout is for an IDisposable type no ownership transfer occurs.