[This is preliminary documentation and is subject to change.]

Gets or sets the parameters that were used by the factory in order to generate the component

Namespace: Clarion.Framework.Core
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public Object[] FactoryParameters { get; set; }

Remarks

Note
The setter for this property should be called at the end of the "Generate" method for the factory that created the component

See Also