Click or drag to resize
ObjectFactoryTCreatedType Property
Returns the type created by this factory

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public Type CreatedType { get; protected set; }

Property Value

Type: Type

Implements

IObjectFactoryCreatedType
See Also