Connectivity Software User's Guide and Reference
LowercasedDisplayName Property



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.ComponentModel.Internal Namespace > DisplayName2Attribute Class : LowercasedDisplayName Property
Gets the lowercased display name stored in this attribute.
Syntax
'Declaration
 
<JetBrains.Annotations.CanBeNullAttribute()>
Public Overridable ReadOnly Property LowercasedDisplayName As String
'Usage
 
Dim instance As DisplayName2Attribute
Dim value As String
 
value = instance.LowercasedDisplayName
[JetBrains.Annotations.CanBeNull()]
public virtual string LowercasedDisplayName {get;}
[JetBrains.Annotations.CanBeNull()]
public:
virtual property String^ LowercasedDisplayName {
   String^ get();
}

Property Value

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

Remarks

For example, lowercased display name for "CA-Signed" is "CA-signed", and not "cA-signed" or "ca-signed", which is how an algorithmic outcome would probably look like.

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