StandardDisplayName property

String? StandardDisplayName
Gets or sets the display name of the standard period.

Implementation

String? get StandardDisplayName => this._standardDisplayName;
void StandardDisplayName=(String? value)

Implementation

set StandardDisplayName(String? value) => this._standardDisplayName = value;