Click or drag to resize
CMSUserControlTypeName Property

Note: This API is now obsolete.

Returns the object type name.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use GetType().Name instead.")]
public string TypeName { get; }

Property Value

Type: String
See Also