Click or drag to resize
ObjectTypeInfoName Property
Gets or sets the default the name of object collections used for the object type's data (for example in the macro engine). If not set, the ObjectClassName is used by default.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public string Name { get; set; }

Property Value

Type: String
See Also