Connectivity Software User's Guide and Reference
LowercasedDisplayNameValue Property



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.ComponentModel.Internal Namespace > DisplayName2Attribute Class : LowercasedDisplayNameValue Property
Syntax
'Declaration
 
<JetBrains.Annotations.CanBeNullAttribute()>
Protected Property LowercasedDisplayNameValue As String
'Usage
 
Dim instance As DisplayName2Attribute
Dim value As String
 
instance.LowercasedDisplayNameValue = value
 
value = instance.LowercasedDisplayNameValue
[JetBrains.Annotations.CanBeNull()]
protected string LowercasedDisplayNameValue {get; set;}
[JetBrains.Annotations.CanBeNull()]
protected:
property String^ LowercasedDisplayNameValue {
   String^ get();
   void set (    String^ value);
}

Property Value

The value of this property 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