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



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
[NotNull()]
public string SoundFile {get; set;}
[NotNull()]
public:
property String^ SoundFile {
   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