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



OpcLabs.EasyOpcClassicCore 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
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=7, 
   ShortName="Description")]
[NotNull()]
public string Description {get; set;}
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=7, 
   ShortName="Description")]
[NotNull()]
public:
property String^ Description {
   String^ get();
   void set (    String^ value);
}
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