Sound PropertySound Type Property
This is used to set or get the sound type
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
The value is a string defining the type of sound that the property value represents such as basic, WAV, etc.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string? SoundType { get; set; }VB
Public Property SoundType As String
Get
SetC++
public:
property String^ SoundType {
String^ get ();
void set (String^ value);
}F#
member SoundType : string with get, setProperty Value
StringThe value is a string defining the type of sound that the property value represents such as basic, WAV, etc.