VCardSound Property
This is used to get the Sound (SOUND) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public SoundProperty Sound { get; }VB
Public ReadOnly Property Sound As SoundProperty
GetC++
public:
property SoundProperty^ Sound {
SoundProperty^ get ();
}F#
member Sound : SoundProperty with get