Specifies the display name for a member or data type.
Syntax
[NotNull()]
string DisplayName {get; set;}
'Declaration
<NotNullAttribute()>
Property DisplayName As String
'Usage
Dim instance As _SequenceDataType
Dim value As String
instance.DisplayName = value
value = instance.DisplayName
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also