Click or drag to resize
ObjectTypeInfoProviderObject Property
Gets an instance of the provider class set for the object type (specified by the ProviderType property).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public BaseAbstractInfoProvider ProviderObject { get; }

Property Value

Type: BaseAbstractInfoProvider
See Also