[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.1.0 (6.1.1.0)

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