Connectivity Software User's Guide and Reference
DisplayName2Attribute Constructor(String,String)



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.ComponentModel.Internal Namespace > DisplayName2Attribute Class > DisplayName2Attribute Constructor : DisplayName2Attribute Constructor(String,String)

The value of this parameter can be null (Nothing in Visual Basic).

The value of this parameter can be null (Nothing in Visual Basic).

Syntax
'Declaration
 
Public Function New( _
   ByVal displayName As String, _
   ByVal lowercasedDisplayName As String _
)
'Usage
 
Dim displayName As String
Dim lowercasedDisplayName As String
 
Dim instance As New DisplayName2Attribute(displayName, lowercasedDisplayName)
public DisplayName2Attribute( 
   string displayName,
   string lowercasedDisplayName
)
public:
DisplayName2Attribute( 
   String^ displayName,
   String^ lowercasedDisplayName
)

Parameters

displayName

The value of this parameter can be null (Nothing in Visual Basic).

lowercasedDisplayName

The value of this parameter can be null (Nothing in Visual Basic).

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