ProcessSchemaLayout Property |
Contains the actual presentation layout of the business process. The layout is stored in the format, specified by Schema Format. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Workflow
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string SchemaLayout { get; set; }
Public Property SchemaLayout As String
Get
Set
public:
property String^ SchemaLayout {
String^ get ();
void set (String^ value);
}
member SchemaLayout : string with get, set
Property Value
Type:
String
See Also