| ActionSectionFactory Property |
Gets the IActionFactory behind the
Section.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic IActionFactory Factory { get; }Public ReadOnly Property Factory As IActionFactory
Get
public:
property IActionFactory^ Factory {
IActionFactory^ get ();
}member Factory : IActionFactory with get
Property Value
Type:
IActionFactory
The factory
See Also