MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsIAspect­ClassDisplay­Name
Open sandboxFocus

IAspectClass.DisplayName Property

DisplayName

Gets the name of the aspect displayed to the design-time UI. This property should not be used to report diagnostics (ShortName should be used instead). It can be set by adding the DisplayNameAttribute custom attribute to the aspect class. By default, it is equal to ShortName.

Declaration
string DisplayName { get; }
Property Value
Type Description
string