QuickOPC User's Guide and Reference
DisplayName Property (_PrimitiveDataType)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel.ComTypes Namespace > _PrimitiveDataType Interface : DisplayName Property
Specifies the display name for a member or data type.
Syntax
'Declaration
 
<NotNullAttribute()>
Property DisplayName As String
'Usage
 
Dim instance As _PrimitiveDataType
Dim value As String
 
instance.DisplayName = value
 
value = instance.DisplayName
[NotNull()]
string DisplayName {get; set;}
[NotNull()]
property String^ DisplayName {
   String^ get();
   void set (    String^ value);
}
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