QuickOPC User's Guide and Reference
DescriptorString Property (_DAPropertyElement)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes Namespace > _DAPropertyElement Interface : DescriptorString Property
A string that describes the property.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property DescriptorString As String
'Usage
 
Dim instance As _DAPropertyElement
Dim value As String
 
value = instance.DescriptorString
[NotNull()]
string DescriptorString {get;}
[NotNull()]
property String^ DescriptorString {
   String^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

_DAPropertyElement Interface
_DAPropertyElement Members