QuickOPC User's Guide and Reference
Description Property (DAPropertyElement)



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace Namespace > DAPropertyElement Class : Description Property
A non-localized text description of the property.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=True, 
   Order=7, 
   ShortName="Description")>
<NotNullAttribute()>
Public Property Description As String
 
'Usage
 
Dim instance As DAPropertyElement
Dim value As String
 
instance.Description = value
 
value = instance.Description
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 Class
DAPropertyElement Members