Click or drag to resize

DataObjectDisplayName Property

Contains the DisplayName of the data object. The DisplayName is formatted using the DisplayNameFormat of the data object type. If the DisplayNameFormat is empty, the DisplayName contains the name of the data object type and the number.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public virtual string DisplayName { get; }

Property Value

Type: String
See Also