QuickOPC User's Guide and Reference
SoundFile Property (DAItemPropertyRecord)



View with Navigation Tools
OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAItemPropertyRecord Class : SoundFile Property
Gets or sets Sound File.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property SoundFile As String
 
'Usage
 
Dim instance As DAItemPropertyRecord
Dim value As String
 
instance.SoundFile = value
 
value = instance.SoundFile
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