DlmsCreditDisplayDescription Property

Returns description of all attributes for displaying. It should return null or empty string if object is empty (not read). Returns string values of all attributes at this level. If a descendant has attributes with huge values such as structures or arrays, it should override this property to display values.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public override string DisplayDescription { get; }

Property Value

String

See Also