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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace.ComTypes Namespace > _DAPropertyElement Interface : DescriptorString Property
A string that describes the property.
Syntax
'Declaration
 
<NotNullAttribute()>
<ValueDomainAttribute(OpcLabs.EasyOpc.ValueDomains.ServerDescriptorStringValueDomain)>
ReadOnly Property DescriptorString As String
'Usage
 
Dim instance As _DAPropertyElement
Dim value As String
 
value = instance.DescriptorString
[NotNull()]
[ValueDomain(OpcLabs.EasyOpc.ValueDomains.ServerDescriptorStringValueDomain)]
string DescriptorString {get;}
[NotNull()]
[ValueDomain(OpcLabs.EasyOpc.ValueDomains.ServerDescriptorStringValueDomain)]
property String^ DescriptorString {
   String^ get();
}
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